#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 29
Default POP-UP

Good Morning guys,

Sorry to ask for help, this is not my strong... "pop-up" like a form,
I need 5 input, added, a report the total to a cell E6, I know is
possible, but not my strong working with forms... I need i little help
to do it.

Thanks guys
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default POP-UP

With Userform1
Range("E6").Value = cdbl(.Textbox1.Text) + _
cdbl(.Textbox2.Text) + _
cdbl(.Textbox3.Text) + _
cdbl(.Textbox4.Text) + _
cdbl(.Textbox5.Text) + _
End With

--
Regards,
Tom Ogilvy



"Fernando Duran" wrote in message
...
Good Morning guys,

Sorry to ask for help, this is not my strong... "pop-up" like a form,
I need 5 input, added, a report the total to a cell E6, I know is
possible, but not my strong working with forms... I need i little help
to do it.

Thanks guys



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:09 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"