Sub copysheet()
Dim lastLine As Long
Dim findWhat As String
Dim toCopy As Boolean
Dim cell As Range
Dim i As Long
Dim j As Long
Dim newbook As Workbook
'Application.ScreenUpdating = False
findWhat = CStr(InputBox("Enter the AREA name to search for: "))
lastLine =...
Hi everyone,
I have just recently started and also I am learning on my own, the VBA code for Macros in Excel.
I just thought, I'll get my problem solved if and only if I share it with scholars over here. [pc3]
I have a code within a sheet which generates Username when activecell is target...