Hi,
I am a newbie at VBA and have managed to piece together a project using snipits of codes from books and the internet.
The project involves using an access database to populate an excel file.
The excel file is generated by the database rather than opening and excel file already on the computer.
I have the need to add a Worksheet_Chang e event on a particular sheet in the excel file.
I know how to add a standard module with code but how do i get it to add an event into the file so thath everytime the worksheet is changed the macro starts up.
I hope i have explained it properly.
Any help would be greatly Appreciated.
Thanks
Paradigm
I am a newbie at VBA and have managed to piece together a project using snipits of codes from books and the internet.
The project involves using an access database to populate an excel file.
The excel file is generated by the database rather than opening and excel file already on the computer.
I have the need to add a Worksheet_Chang e event on a particular sheet in the excel file.
I know how to add a standard module with code but how do i get it to add an event into the file so thath everytime the worksheet is changed the macro starts up.
I hope i have explained it properly.
Any help would be greatly Appreciated.
Thanks
Paradigm
Comment