View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default How do I add commandbutton in spreadsheet using Visual Basic

There are command buttons on both the forms toolbar and the control toolbox
toolbar (ToolsCustomizeToolbars). Copy one from there and you can either
assign a macro (forms), or use the click event (control toolbox).

--
HTH

Bob Phillips

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Tubal" wrote in message
...
In MS Office 2003, I would like to Add a command button to Automate the
Importing of CSV Text file in spreadsheet.