Time entry

  • Thread starter Thread starter Guest
  • Start date Start date
Well we know Chip's code works, but without seeing yours, and details on
what you did, we would just be guessing.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
I did not change the code at all from his code.
I guess I'm asking if I should change the code, or is there something else I
have to do besides just copy and paste it?

leah
 
Leah,

If I recall correctly, it is event code that goes in the appropriate
worksheet code module. Do you understand what that means, and do that?

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Until you get the code right, you could temporarily use "AutoCorrect" to
change a "decimal" entry to a "colon" entry.
That way, you could use the NUM keypad and enter your times using one hand,
and when you've completed your entries, simply change it back to the
decimal, until next time.

<Tools> <AutoCorrect>
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

I did not change the code at all from his code.
I guess I'm asking if I should change the code, or is there something else I
have to do besides just copy and paste it?

leah
 
No, I'm not sure I understand. I opened up VB and then in the project window
I expanded the modules for that spreadsheet and then double clicked on module
1, and pasted it in the window on the right.
Sorry, I don't know the jargon, I've mostly just played around and figured
out the little I do know.

thanks for your help and patience,
leah
 
Assuming you are entering the times on Sheet1, the code belongs in the Module
named Sheet1, NOT in Module1.
 
Leah,

Best way to get to this is go to the sheet tab on your worksheet,
right-click and then View Code from the menu. Paste Chip's code in there.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Thank you!! It works great!!
leah

Bob Phillips said:
Leah,

Best way to get to this is go to the sheet tab on your worksheet,
right-click and then View Code from the menu. Paste Chip's code in there.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top