Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have this macro which works great.
But I need to ALSO copy/paste the format of the cells Sub Macro1() Sheets("Sheet1").Rows("1:1").Copy Sheets("Sheet2").Rows("3:5").PasteSpecial Paste:=xlPasteValidation, _ Operation:=xlNone, SkipBlanks:=False, Transpose:=False End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
NEED HELP ASAP PLEASE!! | Excel Discussion (Misc queries) | |||
Simple Help ASAP macro to fill range... | Excel Programming | |||
How can I save the formulas when running a macro? Need ASAP!! | Excel Discussion (Misc queries) | |||
Need Help ASAP | Excel Programming | |||
Add a form onto a macro - Need help ASAP | Excel Programming |