Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Text Box Change Script

Hi,
I'm completely new to Visual Basic and surprised myself by creating an
interactive thing for a major company as a contractor -- hey, I told
them up front that I had never done that kind of thing before, but they
hired me anyway -- go figure... One of the things I would have liked
to have done in this interactive workbook was to create a text box on a
user form so that the comment they entered into the textbox would then
go into a preformatted cell in the printed report. The user forms were
a piece of cake, as was the manipulation of resulting data. I just
couldn't figure out how to make the text box work. Can someone help
me, please?
Thanks,
Joy

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,339
Default Text Box Change Script

Range("a1")=textbox1.value?

" wrote:

Hi,
I'm completely new to Visual Basic and surprised myself by creating an
interactive thing for a major company as a contractor -- hey, I told
them up front that I had never done that kind of thing before, but they
hired me anyway -- go figure... One of the things I would have liked
to have done in this interactive workbook was to create a text box on a
user form so that the comment they entered into the textbox would then
go into a preformatted cell in the printed report. The user forms were
a piece of cake, as was the manipulation of resulting data. I just
couldn't figure out how to make the text box work. Can someone help
me, please?
Thanks,
Joy


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Text Box Change Script

Holy &S%$!!! it works! Thanks a bundle... I knew it had to be
something outrageously simple.

Joy


Toppers wrote:
Range("a1")=textbox1.value?

" wrote:

Hi,
I'm completely new to Visual Basic and surprised myself by creating an
interactive thing for a major company as a contractor -- hey, I told
them up front that I had never done that kind of thing before, but they
hired me anyway -- go figure... One of the things I would have liked
to have done in this interactive workbook was to create a text box on a
user form so that the comment they entered into the textbox would then
go into a preformatted cell in the printed report. The user forms were
a piece of cake, as was the manipulation of resulting data. I just
couldn't figure out how to make the text box work. Can someone help
me, please?
Thanks,
Joy



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


Similar Threads
Thread Thread Starter Forum Replies Last Post
script to change filename jeramie[_2_] Excel Programming 2 February 11th 06 09:36 PM
A script to write in missing text Crowbar via OfficeKB.com Excel Programming 1 October 31st 05 03:35 PM
A script to write in missing text Crowbar via OfficeKB.com Excel Programming 0 October 31st 05 03:26 PM
Script to add hyperlink to Excel cell containing text John Doe[_5_] Excel Programming 4 October 11th 04 02:26 AM
script detecting the change of active cell Jack Excel Programming 1 February 12th 04 01:59 AM


All times are GMT +1. The time now is 05:08 AM.

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"