Hello everybody,
I hope you will be able to help in my task, it is an easy one I guess. I am not familiar with Microsoft Visual Basic. But I have some knowledge in C.
This is what I would like to do:
I have 2 excel files, File 1 and File 2.
File 1 contains different arrays sort by board type ( array #1 => Board type 1, array #2 => Board type 2 ...), all these arrays are just under each others. (each array contains: number, board type, issue , ...). And File 2 is just an other file which contains only one Board_type.
Something like that:
File 1
Issue number: |Board type: | Issue: | ...
1.1.1 | Board_type_1 | power issue |
1.1.2 | Board_type_1 | mechanical issue |
1.1.1 | Board_type_2 | power issue |
1.1.2 | Board_type_2 | mechanical issue |
File 2 (number 1)
Issue number: |Board type: | Issue: | ...
1.1.1 | Board_type_1 | power issue |
1.1.2 | Board_type_1 | mechanical issue |
File 2 (number 2)
Issue number: |Board type: | Issue: | ...
1.1.1 | Board_type_2 | power issue |
1.1.2 | Board_type_2 | mechanical issue |
So what I would like to do is create, first, one button in the File 2 called "update" like that when I will modify file 2 it will update file 1.
That's my goal, but like I said I am not very familiar of Microsoft Visual Basic so if anybody can help me, It will be great.
Thanks,
Sise
I hope you will be able to help in my task, it is an easy one I guess. I am not familiar with Microsoft Visual Basic. But I have some knowledge in C.
This is what I would like to do:
I have 2 excel files, File 1 and File 2.
File 1 contains different arrays sort by board type ( array #1 => Board type 1, array #2 => Board type 2 ...), all these arrays are just under each others. (each array contains: number, board type, issue , ...). And File 2 is just an other file which contains only one Board_type.
Something like that:
File 1
Issue number: |Board type: | Issue: | ...
1.1.1 | Board_type_1 | power issue |
1.1.2 | Board_type_1 | mechanical issue |
1.1.1 | Board_type_2 | power issue |
1.1.2 | Board_type_2 | mechanical issue |
File 2 (number 1)
Issue number: |Board type: | Issue: | ...
1.1.1 | Board_type_1 | power issue |
1.1.2 | Board_type_1 | mechanical issue |
File 2 (number 2)
Issue number: |Board type: | Issue: | ...
1.1.1 | Board_type_2 | power issue |
1.1.2 | Board_type_2 | mechanical issue |
So what I would like to do is create, first, one button in the File 2 called "update" like that when I will modify file 2 it will update file 1.
That's my goal, but like I said I am not very familiar of Microsoft Visual Basic so if anybody can help me, It will be great.
Thanks,
Sise