SWETHAKHATRI88
New Member
- Joined
- Jul 29, 2022
- Messages
- 10
- Office Version
- 2021
- Platform
- MacOS
Hi all. I am looking to create a VBA which generates alphanumeric values( numbers and caps letters) based on user input. For example if user says 15, 15 random alphanumeric values need to be populated with a max length of 35 in column A. Column B should populate 15 random alphanumeric values with a max length of 10 and column c should populate 15 random values. I can achieve this with formulas but vba is preferable. Can someone help pls
The values should start from A2
I started the code
Dim myvalue as Variant
myValue = InputBox("How much test data is required")
The values should start from A2
I started the code
Dim myvalue as Variant
myValue = InputBox("How much test data is required")