Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Jim is offline
external usenet poster
 
Posts: 615
Default Making form for excell time sheet

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 276
Default Making form for excell time sheet

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   Report Post  
Posted to microsoft.public.excel.programming
Jim Jim is offline
external usenet poster
 
Posts: 615
Default Making form for excell time sheet



"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
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
making graphs in excell Alexis Excel Discussion (Misc queries) 1 August 2nd 07 07:53 PM
Making a CSV from several collumns in excell patrick007 Excel Discussion (Misc queries) 3 August 3rd 06 03:39 PM
insert query into excell sheet to update excell sheet and pivot table vbsolo Excel Discussion (Misc queries) 0 August 24th 05 12:41 PM
Making Excell formula constant darsg Excel Programming 3 April 18th 05 05:39 PM
Making form using Excell Help ASAP! ~Amanda~ Excel Discussion (Misc queries) 3 March 19th 05 01:51 AM


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