Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How can i make an excel spread sheet, in a certain cell like G6, count
up one number from the number already entered in cell G6 everytime i open that spread sheet? Any help would be greatly appreciated!! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
put the line in an auto_open macro in the ThisWorkbook module.
Range("g6") = Range("g6") + 1 -- Don Guillett SalesAid Software "slvtenn" wrote in message oups.com... How can i make an excel spread sheet, in a certain cell like G6, count up one number from the number already entered in cell G6 everytime i open that spread sheet? Any help would be greatly appreciated!! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for the help Don it worked great!!
|
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Easy if you know how.
-- Don Guillett SalesAid Software "slvtenn" wrote in message oups.com... Thanks for the help Don it worked great!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
unhide menu bar in excel - just disappeared | Setting up and Configuration of Excel | |||
convert pocket excel back to standard excel | Excel Discussion (Misc queries) | |||
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER | New Users to Excel | |||
conditional counting with Excel | Excel Worksheet Functions | |||
Excel 2002 and 2000 co-install. Control Which Starts ? | Excel Discussion (Misc queries) |