Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Macro in 2003 has this snippet which errors (1004) in Excel 2000: Selection.PasteSpecial Paste:=xlPasteValuesAndNumberFormats, Operation:= _ xlNone, SkipBlanks:=False, Transpose:=False Macro recorded in Excel 2000 has this: Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=False Excel 2000 version seems to work OK in 2000 and 2003...2003 only works in 2003 (not in 2000). Guessing "xlPasteValuesandNumberFormats" is not 2000 legal. Just worries about some of the issues I'm reading about with Excel 2000 macros and use of PasteSpecial needed some kind of columnwidth setting hard coded. -- marcevan ------------------------------------------------------------------------ marcevan's Profile: http://www.excelforum.com/member.php...o&userid=27766 View this thread: http://www.excelforum.com/showthread...hreadid=472729 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2000 and Excel 2003 in Office 2003 | New Users to Excel | |||
Upgrade from Excel 2000 to Excel 2003 without MS Office 2003? | Excel Discussion (Misc queries) | |||
excel 2000 and 2003 | Excel Discussion (Misc queries) | |||
Excel 2000 vs 2003 | Excel Programming | |||
MS Excel 2000 & VS .NET 2003 | Excel Programming |