Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hakuna12
  • Content: Threads
  • Order by date
  1. hakuna12

    copy to new workbook

    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 =...
  2. hakuna12

    USERNAME

    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...

Part and Inventory Search

Back
Top