Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Prompt for text entry in Cell B2

Please help me with a macro or vb to prompt the user for
and then accept the text entry for the user's organization
in cell B2 on a worksheet.

Regards,
JA
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default Prompt for text entry in Cell B2

Sub test()
Range("a2").Value = InputBox("user's organization")
End Sub

"jamesa" wrote in message
...
Please help me with a macro or vb to prompt the user for
and then accept the text entry for the user's organization
in cell B2 on a worksheet.

Regards,
JA



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Prompt for text entry in Cell B2

Thanks Cole. It works.
-----Original Message-----
Sub test()
Range("a2").Value = InputBox("user's organization")
End Sub

"jamesa" wrote in message
...
Please help me with a macro or vb to prompt the user for
and then accept the text entry for the user's

organization
in cell B2 on a worksheet.

Regards,
JA



.

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
visual basic prompt data entry BG Mark Excel Discussion (Misc queries) 2 April 18th 09 05:14 PM
Restrict cell entry until another cell has random text Forum freak \(at work\) Excel Discussion (Misc queries) 3 October 24th 08 04:19 PM
Change Text Color in one cell based upon entry in referenced cell Tee Excel Discussion (Misc queries) 3 September 12th 08 10:07 PM
How prompt Excel user to fill cell with text, i.e., proposal name Deb Excel Discussion (Misc queries) 5 June 5th 06 11:41 PM
Add/Replicate Text In Cell Entry roy.okinawa Excel Worksheet Functions 5 December 20th 05 03:36 AM


All times are GMT +1. The time now is 12:12 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"