Create a macro which monitors the cell "c1" to be changed to "a"
Closed
Fkhan777
Posts
2
Registration date
Monday June 27, 2016
Status
Member
Last seen
June 28, 2016
-
Jun 27, 2016 at 10:33 PM
Fkhan777 Posts 2 Registration date Monday June 27, 2016 Status Member Last seen June 28, 2016 - Jun 28, 2016 at 08:32 PM
Fkhan777 Posts 2 Registration date Monday June 27, 2016 Status Member Last seen June 28, 2016 - Jun 28, 2016 at 08:32 PM
Related:
- Create a macro which monitors the cell "c1" to be changed to "a"
- Create skype account with gmail - Guide
- How to create @ in laptop - Guide
- Create a snapchat account - Guide
- Whatsapp date changed to 1970 - Guide
- Excel macro to create new sheet based on value in cells - Guide
Jun 28, 2016 at 08:32 PM
this is what i have so far
Dim ws1 As Worksheet
Set ws1 = ThisWorkbook.Worksheets("MASTER")
ws1.Copy ThisWorkbook.Sheets(Sheets.Count)
when i run it it creates the worksheet but doesn't rename it and i want to place the new worksheet between log and master. i think this can be done with 'BEFORE' ?