R
Ruben
I need a macro code for a general sheet reference to a single column. In my
excel file I have about 15 sheets. In every sheet I would like to make a
graph of the same colum (F column). It should be possible to put this in a
macro, but I don't see how I can refer in my macro to the F column in a
general way for all the sheets instead of referring to a single specific
sheet. Now I have:
="=sheet2!R1C6:R108C6
This is specific (sheet2) and not general. So I think I should change
'sheet2!' in a general definition. Then the macro will use this source for
making a graph on all my 15 sheets. Thanks for helping me!
excel file I have about 15 sheets. In every sheet I would like to make a
graph of the same colum (F column). It should be possible to put this in a
macro, but I don't see how I can refer in my macro to the F column in a
general way for all the sheets instead of referring to a single specific
sheet. Now I have:
="=sheet2!R1C6:R108C6
This is specific (sheet2) and not general. So I think I should change
'sheet2!' in a general definition. Then the macro will use this source for
making a graph on all my 15 sheets. Thanks for helping me!