Logit
Well-known Member
- Joined
- Aug 31, 2016
- Messages
- 5,031
- Office Version
- 2019
- 2007
- Platform
- Windows
My mind has been wandering this cold, winter evening and came upon this idea.
Think in terms of a hardcoded password ...
How would one go about placing all of the data for a database in the VBA macro code (hardcoded) instead of listing it on a sheet
in columns and rows ?
And ... how would you go about searching that data that is hardcoded ?
Scenario: let's say the first record (if it were stored on a sheet) would occupy Col A1 : Z1 ... the second record A2 : Z2 ... and so on down the sheet.
However, these 'records' would be hardcoded into the VBA coding ... like a password.
What does that look like .. if it is possible ?
What are the limitations ?
How would you search a database configured like that ?
Is there a website anywhere that might discuss this in detail ?
Thanks for reading.
Think in terms of a hardcoded password ...
How would one go about placing all of the data for a database in the VBA macro code (hardcoded) instead of listing it on a sheet
in columns and rows ?
And ... how would you go about searching that data that is hardcoded ?
Scenario: let's say the first record (if it were stored on a sheet) would occupy Col A1 : Z1 ... the second record A2 : Z2 ... and so on down the sheet.
However, these 'records' would be hardcoded into the VBA coding ... like a password.
What does that look like .. if it is possible ?
What are the limitations ?
How would you search a database configured like that ?
Is there a website anywhere that might discuss this in detail ?
Thanks for reading.