prateekdewangan
New Member
- Joined
- Aug 17, 2015
- Messages
- 3
Hello All,
I'm new to Excel VB. Currently , I want to do following -
I'm new to Excel VB. Currently , I want to do following -
- Read from a Cell. Something like this "010111" (in Binary). Lets say its in sheet 1, Cell A10.
- Write into multiple cells the same information like this. Lets say in sheet 2. Cell B1 to B6. like , Sheet 2 - B1 -0
Sheet 2 - B2 -1
Sheet 2 - B3 -0
Sheet 2 - B4 -1
Sheet 2 - B5 -1
Sheet 2 - B6 -1 - Also, I want to make it generic, I mean I wanted to have a for loop or something like which can do this for dynamic cells. i.e, from sheet 1 - A(i) to sheet 2 - B(j) to B(j+n).
Please help me out? Is this possible to read individual character from the string. I assume that we can take the binary as string & read each character & can then put them one by one into column rows making it dynamic for any row/column.
Thank you,
Prateek
Last edited: