Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default User enters data in popup box - its entered into desired cell

Can anyone help with a simple macro that will bring up a input box
allowing the user to enter their name which will then, on clicking OK,
enter their response into a predetermined cell, say B7.

Simple? Not for me! Please help


---
Message posted from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 550
Default User enters data in popup box - its entered into desired cell

ian123,

You could search Google for plenty of different ways
to do this.

Here's a siple one:

range("B7").Value = inputbox("Enter your Name")

John



"ian123" wrote in message
...
Can anyone help with a simple macro that will bring up a input box
allowing the user to enter their name which will then, on clicking OK,
enter their response into a predetermined cell, say B7.

Simple? Not for me! Please help


---
Message posted from http://www.ExcelForum.com/



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
Data entered from list automatically enters number in another cell gbryce Excel Worksheet Functions 4 February 20th 10 03:21 PM
User entry in cell creates popup Bryan Excel Discussion (Misc queries) 3 January 5th 09 08:34 PM
data enters date in next cell for several columns HELP ME PLEASE Excel Worksheet Functions 6 February 29th 08 03:11 AM
Selecting from drop down list enters multiple cell data DebbieV Excel Worksheet Functions 5 January 21st 08 01:39 PM
If values are'nt entered in cell a popup window comes up?? pano Excel Worksheet Functions 5 February 14th 07 02:30 PM


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