Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Recent content by hakuna12

  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

    IS THERE A POSSIBILITY OF CREATING A MACRO INSTEAD OF AN EVENT IN THE SHEET????????
  3. hakuna12

    USERNAME

    It's already done. But still, I am not able to stop the SHEET macro from triggering. :'(
  4. hakuna12

    USERNAME

    MAINLY I HAVE TO DISABLE THIS PRIVATE MACRO WHILE THE OTHER MACRO IS RUNNING. IS IT POSSIBLE...?????????//
  5. hakuna12

    USERNAME

    The above codes, don't stop from getting triggered. i need to set up a flag so that while the workbook is refreshing, no change should be triggered in THIS SHEET.
  6. hakuna12

    USERNAME

    I have a code in a sheet which works only when anything in COLUMN 11 changes. Range is ("X2:X2000") ---> column X will have the USER's name. And this happens when something in column K is changed. (.offset(0,13) ------> offset from column K, is column X ) // What are you referring to by...
  7. 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