GerrardSVK
New Member
- Joined
- Sep 18, 2023
- Messages
- 30
- Office Version
- 2016
- Platform
- Windows
Pleas how can I write code for activating already opened workbook but not saved as macro supported format. When I try to write this simple code it doesnt work
Sub Makro4()
Workbooks(2).Sheets(1).Activate
Range("F6:F7").Select
Selection.Copy
End Sub
Is there any option to work with it? I just need to select som cells and copy them.
Sub Makro4()
Workbooks(2).Sheets(1).Activate
Range("F6:F7").Select
Selection.Copy
End Sub
Is there any option to work with it? I just need to select som cells and copy them.