View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JulieD JulieD is offline
external usenet poster
 
Posts: 618
Default creation of data input window in excel

what is your starting point, ie how much vba do you know or have used
before?

basically in the VBE window you need to insert a userform into your
workbook, put the controls on it that you want and then program the OK
button to post the data where you want it.

i don't know of any on-line tutorials for this ... but if you have specific
questions just post back

Cheers
JulieD

"revrenddan" wrote in message
...
How would I go about setting up a pop up window, customized for specific
data
input, & linked to one or more worksheets?