#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 133
Default addComments

http://www.contextures.com/xlUserForm01.html

within above sample, is it possible to when click on "Add this part", it
will pop out a box called "Add comments" for users to add comments. And the
comments will be capure inside the new worksheet.

Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default addComments

I bet you could.

But wouldn't it be better to just add another textbox to the userform that could
be used for comments.

kyoshirou wrote:

http://www.contextures.com/xlUserForm01.html

within above sample, is it possible to when click on "Add this part", it
will pop out a box called "Add comments" for users to add comments. And the
comments will be capure inside the new worksheet.

Thanks.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 133
Default addComments

some1 request to have the comments seprate. That y.. :(
any helps.?

"Dave Peterson" wrote:

I bet you could.

But wouldn't it be better to just add another textbox to the userform that could
be used for comments.

kyoshirou wrote:

http://www.contextures.com/xlUserForm01.html

within above sample, is it possible to when click on "Add this part", it
will pop out a box called "Add comments" for users to add comments. And the
comments will be capure inside the new worksheet.

Thanks.


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default addComments

Use inputbox() to retrieve a comment and then use that to populate the cell.

dim myStr as string
....

mystr = inputbox(Prompt:="Enter a comment")
....

Then use that mystr variable to fill in the cell that you want.

kyoshirou wrote:

some1 request to have the comments seprate. That y.. :(
any helps.?

"Dave Peterson" wrote:

I bet you could.

But wouldn't it be better to just add another textbox to the userform that could
be used for comments.

kyoshirou wrote:

http://www.contextures.com/xlUserForm01.html

within above sample, is it possible to when click on "Add this part", it
will pop out a box called "Add comments" for users to add comments. And the
comments will be capure inside the new worksheet.

Thanks.


--

Dave Peterson


--

Dave Peterson
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 10:24 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"