Sub OpenOrderListF()
'
' OpenOrderListF Macro
'
' Keyboard Shortcut: Ctrl+Shift+K
'
Columns("F:F").Select
Selection.Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLe
Columns("E:E").Select
Selection.Copy
Columns("E:E").Select
Range("E2").Activate
Application.CutCopyMode = False
Selection.NumberFormat = "_($* #,##0.00_);_($* (#,##0.00);_($* ""-""??_);_(@_)"
Selection.Copy
Columns("F:F").Select
Selection.PasteSpecial Paste:=xlPasteValuesAndNum
xlNone, SkipBlanks:=False, Transpose:=False
Columns("E:E").Select
Application.CutCopyMode = False
Selection.Delete Shift:=xlToLeft
End Sub
Main Topics
Browse All Topics





by: EoDawgPosted on 2009-10-19 at 09:38:57ID: 25606726
can you post your code or the file itself?