Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Want to make a form so what I type will be put in the correct cell with out
having to manually add them to each cell they go into . This is the excel time sheet form ai am using http://office.microsoft.com/en-us/te...CT101172771033 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have you tried using a text box to prompt for a value, then link that value
to the cell it is to be placed in? sub timesheetvalues() res = InputBox("Please Enter the Start Time for Monday", "Title") If res = "" Then Exit Sub Else Range("A1").value = res ' Adjust Cell to suit end if end sub untested... Corey.... "Jim" wrote in message ... Want to make a form so what I type will be put in the correct cell with out having to manually add them to each cell they go into . This is the excel time sheet form ai am using : http://office.microsoft.com/en-us/te...CT101172771033 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Corey" wrote: Have you tried using a text box to prompt for a value, then link that value to the cell it is to be placed in? sub timesheetvalues() res = InputBox("Please Enter the Start Time for Monday", "Title") If res = "" Then Exit Sub Else Range("A1").value = res ' Adjust Cell to suit end if end sub untested... Corey.... "Jim" wrote in message ... Want to make a form so what I type will be put in the correct cell with out having to manually add them to each cell they go into . This is the excel time sheet form ai am using : http://office.microsoft.com/en-us/te...CT101172771033 Hi corey , I am really new to this sorry. What I really want to do is make a form that would automatically put right data in correct field in excel document. Is there a tutorial I can use so I dont want take up a whole forum with Newbie questions. What I do is have my pda at work with excel time sheet doc I listed I then add info on pda to the fields on the pda. The only problem is the pda screen makes the fields so small it take's like ten minutes to put them in. A screen were I could put like what day of the week (answer box) what date (answer box) How many hours did I work on this day (then box for the answer) Have a question how many over time hours (then box for answer) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
making graphs in excell | Excel Discussion (Misc queries) | |||
Making a CSV from several collumns in excell | Excel Discussion (Misc queries) | |||
insert query into excell sheet to update excell sheet and pivot table | Excel Discussion (Misc queries) | |||
Making Excell formula constant | Excel Programming | |||
Making form using Excell Help ASAP! | Excel Discussion (Misc queries) |