Results 1 to 5 of 5

Thread: [RESOLVED] How to crack this NUT?

  1. #1

    Thread Starter
    Frenzied Member dinosaur_uk's Avatar
    Join Date
    Sep 2004
    Location
    Jurassic Park
    Posts
    1,098

    Resolved [RESOLVED] How to crack this NUT?

    Hi folks,

    I am not too great with VBA, but i came across this usefull utility and i want to open it to see its inner workings, but the button seems to be embedded into the sheet and i cant use VB editor to move or see what sub routine it kicks off...

    Any ideas?

    Cheers
    Attached Files Attached Files
    If you find my thread helpful, please remember to rate me

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: How to crack this NUT?

    You can view the module code by pressing Alt+F11 to bring up the VBA IDE. This workbook is not protexted or anything.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3

    Thread Starter
    Frenzied Member dinosaur_uk's Avatar
    Join Date
    Sep 2004
    Location
    Jurassic Park
    Posts
    1,098

    Re: How to crack this NUT?

    yeah but i cant see the code behind the buttons and i cant move the button?
    If you find my thread helpful, please remember to rate me

  4. #4
    Fanatic Member WorkHorse's Avatar
    Join Date
    Jul 2002
    Location
    Where you live.
    Posts
    591

    Re: How to crack this NUT?

    Quote Originally Posted by dinosaur_uk
    yeah but i cant see the code behind the buttons and i cant move the button?
    To move the button, right click on it to select it, then left click on it to get rid of the popup menu, then left click the edges and you can drag-n-drop it. To see the code, right click on the button, select "Assign Macro" from the dropdown menu, this wil bring up an "Assign Macro" dialog, the assigned macro name will appear in the "Macro Name" box. Go to the VBA editor and find the macro name for the code.

  5. #5

    Thread Starter
    Frenzied Member dinosaur_uk's Avatar
    Join Date
    Sep 2004
    Location
    Jurassic Park
    Posts
    1,098

    Re: How to crack this NUT?

    Cheers! Sorted!
    If you find my thread helpful, please remember to rate me

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width