TobiasTokio
Grünschnabel
Hello again,
now my problem is:
I want to read out a value from a cell. For example "J".
Now I want to use this value as an Column letter for a range in my macro code.
something like this:
but like you see this is not working
maybe sb. can help me....
thx
now my problem is:
I want to read out a value from a cell. For example "J".
Now I want to use this value as an Column letter for a range in my macro code.
something like this:
Code:
Dim Column As String
'Read out the right column
Column = Workbooks("Spiridon_result_transfer_en (4).xls").Worksheets("final").Range("O10").Value
'Select right Data
Range(Column & "5":Column + "7").Select
but like you see this is not working
maybe sb. can help me....
thx