Carly
Active Member
- Joined
- Aug 21, 2002
- Messages
- 370
I have a report template which contains a combobox which has a ListFillRange which is a Named Range. The combobox has a OnChange macro which kicks in when the end user selects an option from the combobox.
The problem I have is every month the report changes & I have to refresh the values in the Named Range due to additions or removals. When I copy & paste the new data into the area where the old Named Range is, the OnChange macro kicks in. Is there anyway I can stop this from happening. I have tried to use EnableEvents = False, but this does not work.
Any help would be greatly received.
Kind Regards
The problem I have is every month the report changes & I have to refresh the values in the Named Range due to additions or removals. When I copy & paste the new data into the area where the old Named Range is, the OnChange macro kicks in. Is there anyway I can stop this from happening. I have tried to use EnableEvents = False, but this does not work.
Any help would be greatly received.
Kind Regards