ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Prompt for text entry in Cell B2 (https://www.excelbanter.com/excel-programming/277513-prompt-text-entry-cell-b2.html)

JamesA

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

Cole[_2_]

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




jamesa

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



.



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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com