PDA

View Full Version : VBA code for Excel forums



forrestgump
08-21-2011, 03:55 AM
HI There,

I am trying to create an excel form whereby I can view what is in a cell and change it from the form I have created. However, I can't find any code to cribe (copy and amend). Does anyone have any ideas?

p.s. button 102 opens the form I have created.

Kind Regards,

forrest

Bob Phillips
08-21-2011, 04:02 AM
You should start by giving all of your form controls meaningful names. Working with TextBox44 etc. is nonsensical.

Then do a google on 'retreiving updating Excel data userform' - there will be tons of info that you can use to get started and to learn.

When you then have a specific question, rather that just 'do this all for me', we will be able to offer specific advice.