Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I posted this yesterday but didn't get an answer so here it is again: ok just to restate my next question. I am using this code for the current date: Sub placeDate() Dim rng as Range set rng = cells(rows.count,"A").End(xlup) if not isempty(rng) then ' check that it isn't already there if rng.value = date then exit sub ' it isn't the current date, so place today's ' date in the next cell set rng = rng.offset(1,0) end if rng.Value = Date End Sub Now I want to ask the user what value to input into column E of the same row as the current date. Can I add that easily in now? And how? -- cappuccine ------------------------------------------------------------------------ cappuccine's Profile: http://www.excelforum.com/member.php...o&userid=28242 View this thread: http://www.excelforum.com/showthread...hreadid=482267 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto-adding text when a certain number is input | Excel Worksheet Functions | |||
Adding up within a cell during data input | Excel Discussion (Misc queries) | |||
run macro with input msg based on cell input | Excel Discussion (Misc queries) | |||
Having problems with adding input from combobox | Excel Programming | |||
adding sheets based on input | Excel Programming |