Macro to copy entire row to next workbook
Solved/Closed
Related:
- Macro to copy entire row to next workbook
- Saints row 2 cheats - Guide
- How to copy macro from one workbook to another - Guide
- How to delete a row in word - Guide
- Excel online macro - Guide
- Macro for number to words in excel - Guide
2 responses
jymie
In your code replace
with
or simply
In your code replace
If Target = "X" Then
with
If LCase(Target) = "x" Then
or simply
If Target = "X" Or Target = "x" Then
30 Nov 2016 à 20:54
1 Dec 2016 à 17:32