A
ashu143s
Hello Guys,
I have recorded one macro which copies text from one excel column to another, can you please help this to edit so that it runs on all tabs.-:
Sub Mac()
'
' Mac Macro
'
'
Windows("Copy Doc - Bright Starts_RU.xlsx").Activate
Range("B10").Select
ActiveWindow.SmallScroll Down:=186
Range("B10:B205").Select
Selection.Copy
Windows("Copy Doc - Bright Starts.xlsx").Activate
ActiveWindow.SmallScroll Down:=-12
Range("C10").Select
ActiveSheet.Paste
ActiveWindow.SmallScroll Down:=63
End Sub
I have recorded one macro which copies text from one excel column to another, can you please help this to edit so that it runs on all tabs.-:
Sub Mac()
'
' Mac Macro
'
'
Windows("Copy Doc - Bright Starts_RU.xlsx").Activate
Range("B10").Select
ActiveWindow.SmallScroll Down:=186
Range("B10:B205").Select
Selection.Copy
Windows("Copy Doc - Bright Starts.xlsx").Activate
ActiveWindow.SmallScroll Down:=-12
Range("C10").Select
ActiveSheet.Paste
ActiveWindow.SmallScroll Down:=63
End Sub