View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JD JD is offline
external usenet poster
 
Posts: 1
Default Automate a button click event

I am new to Excel programming .
I have a VB project that fills an Excel spreadsheet and upon completion it
becomes visible. However I need to make changes in one column. I created a
button that the user clicks and the entries change.
How do I get a button click event to fire automatically when the form
activates after the spreadsheet has been filled.

thanks