Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
dEAR aLL,
Can anybody help me please.... Here is a simple macro which copy formulas from B9 till B33 Is there any way I can name the cell B40 as "END" and copy the formulas until END if so what I should add more in this code? Sub Macro1() ' Macro1 Macro Range("B9").Select Selection.AutoFill Destination:=Range("B9:B33"), Type:=xlFillDefault Range("B9:B33").Select End Sub Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to copy and paste values (columns)I have a macro file built | Excel Programming | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
how to count/sum by function/macro to get the number of record to do copy/paste in macro | Excel Programming | |||
macro to delete entire rows when column A is blank ...a quick macro | Excel Programming | |||
Start Macro / Stop Macro / Restart Macro | Excel Programming |