Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I want to position my cursor in a cell (in Column A) and press a macro button to fill in the rest of the week. For example, cell A91 should fill the rest of the week as the above week, that is, A81:H89. Currently, this is the code for the table- Sub Table() ' ' Table Macro ' Macro recorded 6/24/03 by Shiraz Mistry ' ' Range("A71:H79").Select Selection.Copy Range("A81").Select ActiveSheet.Paste Application.CutCopyMode = False End Sub I know it has something to do with the above range: Range("A81").Select but I am not sure what and how to change this line. I can send the workbook to people that may be interested. Any help would be appreciated, Thanks, Shiraz J. Mistry |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel 2007 macro recorded pivot table | Excel Worksheet Functions | |||
Macro in Excel with Pivot table | Excel Discussion (Misc queries) | |||
Excel 2007 Macro specific table to generic table? | Excel Discussion (Misc queries) | |||
Create a Word Table from a Excel Macro | Excel Discussion (Misc queries) | |||
Macro to Extract Text From Word Table Into Excel? | Excel Discussion (Misc queries) |