J
John Smith
I got an error saying "object required" when the script attempted
to display a userform. What is VBA looking for?
The error only occurs when I programmatically insert the code via
VBA. If I copy and paste the code to worksheet's selectionchange
event procedure, it runs fine.
Private sub worksheet_selectionchange(.....)
aboutme.show 'aboutme is a userform
end sub
to display a userform. What is VBA looking for?
The error only occurs when I programmatically insert the code via
VBA. If I copy and paste the code to worksheet's selectionchange
event procedure, it runs fine.
Private sub worksheet_selectionchange(.....)
aboutme.show 'aboutme is a userform
end sub