Automatically fill rows in Excel
Closed
azvos
Posts
2
Registration date
Thursday March 27, 2014
Status
Member
Last seen
March 27, 2014
-
Mar 27, 2014 at 06:07 PM
azvos Posts 2 Registration date Thursday March 27, 2014 Status Member Last seen March 27, 2014 - Mar 27, 2014 at 08:02 PM
azvos Posts 2 Registration date Thursday March 27, 2014 Status Member Last seen March 27, 2014 - Mar 27, 2014 at 08:02 PM
Related:
- Automatically fill rows in Excel
- Transfer data from one excel worksheet to another automatically - Guide
- Download automatically while roaming - Guide
- Number to words in excel - Guide
- Gif in excel - Guide
- Marksheet in excel - Guide
1 response
Ok, I will field this. I will WIRE frame a design for you. I will not author any code, you can script kiddie that together once you have an idea of what the whole process should be!
Write a peice of code that says:
Anytime I make a change to the sheet, check to see if it equals some value.
Allocate some memory for it.
If the value does satisfy the test, then check to see what row the input was on. Store it in a variable. Once the variable is known, add some columns to the actual cell, and input what ever value you wish.
Post some code on what you get stuck with, and we can help. A hint to the mystery, everything I have described, can be found within this forum. Please, I encourage you to keep at it!
Have fun.
"If you can't soar with the eagles, then don't fly with the flock!" - Oliver Sykes; Bring Me The Horizon
Write a peice of code that says:
Anytime I make a change to the sheet, check to see if it equals some value.
Allocate some memory for it.
If the value does satisfy the test, then check to see what row the input was on. Store it in a variable. Once the variable is known, add some columns to the actual cell, and input what ever value you wish.
Post some code on what you get stuck with, and we can help. A hint to the mystery, everything I have described, can be found within this forum. Please, I encourage you to keep at it!
Have fun.
"If you can't soar with the eagles, then don't fly with the flock!" - Oliver Sykes; Bring Me The Horizon
Mar 27, 2014 at 08:02 PM