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"
- How to create @ in laptop - Guide
- How to create a firefox sync - Guide
- Create skype account with gmail - Guide
- Insert a function in cell b2 to display the current date from your system. ✓ - Excel Forum
- Create a samsung account - 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' ?