Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I had finished a macro, it works well in my computer. However, when i try it in other computer, it does not work. and the code cannot work is the following : Range("I1").Select ActiveCell.FormulaR1C1 = "Month" ActiveCell.Offset(0, 1) = "=mid(sheet1!g2,4,2)" ActiveCell.Offset(0, 1).Copy ActiveCell.Offset(0, 1).PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks :=False, Transpose:=False why did this situation occur? and How to sovle it? -- hurriance ------------------------------------------------------------------------ hurriance's Profile: http://www.excelforum.com/member.php...o&userid=30882 View this thread: http://www.excelforum.com/showthread...hreadid=552885 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can you run a macro while your computer is locked? | Excel Discussion (Misc queries) | |||
Formulaed cell response varies from computer to computer | Excel Discussion (Misc queries) | |||
Autocomplete works with my home computer but not the office computer | Excel Discussion (Misc queries) | |||
Macro crashing on different computer | Excel Programming | |||
Macro doesn't run on another computer | Excel Programming |