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

Hey.. kinda noob question here.

I'm creating a custom box where the user click it to enter data, for
pops up, he enters the data and its inputed into a worksheet in th
same workbook. The box and the input are fine, I think Ive got th
capture down as well, however inputing into the date base, and the
moving a new entry into the next row is where I become a littl
confused. I'm thinking I've got each input to a variable? that right
if so how does this input to a specified cell?

Any help on this would be great.

Oh also.... depending on the answer of the first input(probably a dro
down) determines the worksheet to be placed.

Thanks,
Jara

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Data Input Box to Cell

The next free row can be found with

cNextFree = Worksheets("Sheet1").Cells(Rows.Count,"A").End(xlU p).Row+1

and you can use this for input with

Worksheets("Sheet1").Cells(cNextFree,"A").Value = ....

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Jsmith1181 " wrote in message
...
Hey.. kinda noob question here.

I'm creating a custom box where the user click it to enter data, form
pops up, he enters the data and its inputed into a worksheet in the
same workbook. The box and the input are fine, I think Ive got the
capture down as well, however inputing into the date base, and then
moving a new entry into the next row is where I become a little
confused. I'm thinking I've got each input to a variable? that right?
if so how does this input to a specified cell?

Any help on this would be great.

Oh also.... depending on the answer of the first input(probably a drop
down) determines the worksheet to be placed.

Thanks,
Jarad


---
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
I want excel to input data in a cell from multiple cell choices Pam Excel Worksheet Functions 7 March 11th 09 07:52 PM
Adding up within a cell during data input purelycreativeadam Excel Discussion (Misc queries) 3 October 27th 08 05:25 PM
data input into cell a1 drives c1 data gathered from a list petlover Charts and Charting in Excel 0 June 11th 07 10:23 PM
refilling data in same cell after user input in another cell H. Singh Excel Discussion (Misc queries) 7 April 24th 07 12:48 PM
Data input to one cell? Potaroo New Users to Excel 1 April 17th 07 12:38 AM


All times are GMT +1. The time now is 12:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"