Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
add the value to a date in 1st worksheet to the value in the date in the new
work sheet. using a macro function I would like to add a new worksheet and use the date value in the previous sheet with an increment of 1. So make worksheet with sunday jan 1 in cell a1 and add a new worksheet so monday jan 2 is in cell a1 wksht 2. make newsheet (lastsheet(a1)+1) ??????? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sub bumpit()
Sheets("Sheet2").Range("A1").Value = Sheets("Sheet1").Range("A1").Value + 1 End Sub -- Gary''s Student - gsnu200740 "Den" wrote: add the value to a date in 1st worksheet to the value in the date in the new work sheet. using a macro function I would like to add a new worksheet and use the date value in the previous sheet with an increment of 1. So make worksheet with sunday jan 1 in cell a1 and add a new worksheet so monday jan 2 is in cell a1 wksht 2. make newsheet (lastsheet(a1)+1) ??????? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
plot graph from multiple worksheet as embedded chart object on every worksheet | Charts and Charting in Excel | |||
plot graph from multiple worksheet as embedded chart object on every worksheet | Excel Discussion (Misc queries) | |||
plot graph from multiple worksheet as embedded chart object on every worksheet | New Users to Excel | |||
Upload multiple text files into 1 excel worksheet + put the filename as the first column in the worksheet | Excel Worksheet Functions | |||
I want in one worksheet to relatively link to/reference cells in another without changing the format of the current worksheet. | Excel Discussion (Misc queries) |