Search results

  1. Trekkietracker

    My new application goes live! Compiled with XLSPadlock

    The video mentioning XLSPadlock So it has taken 3 years but here is Trekkie Tracker. Up for less than a week and already over 400 downloads! I would love to advertise GDG software for free on my website if you want. Thanks for all your help will all the silly code queries. You can download and...
  2. Trekkietracker

    Saving user data to 2nd workbook

    I have tried the below code and I cannot get it to work. I am using Excel 2019. I have tried on my project but also on a new spreadsheet with default configurations, sheet names and cell references as written in your original sample macro and I get the same vba 400 error. When I run the macro...
  3. Trekkietracker

    Read stream error - bug confirmed

    Ok. I solved the below problem. The problem is if you do a combined 32 bit / 64 bit .exe compile. Then the below problem occurs. If you do one or the other or both separately there is no problem with the original sheet or the vba compiled code. Hope this helps you with your fantastic...
  4. Trekkietracker

    Compiling sub routines

    This sub routine CANNOT be renamed because it is triggered on the workbook opening. How do I compile in VBA compiler? What do I paste into the compiler window & what do I put back into the VBA editor in my original spreadsheet before compiling the exe? Private Sub Workbook_Open()...
  5. Trekkietracker

    Debugging User Saved Files - Hardware Locking Enabled

    Can we debug, view and edit a user’s saved file if hardware locking was enabled on their personal files? The spreadsheet I am building is a fan club tracking database. Users add information to their version of the master file and save it as their own local file. However every three months...
Back
Top