Hi all,
I know nothing about VBA or macros but I know that is the only way to go for this. Apologies but would appreciate if you explain it step-by-step for me to follow, beginning from launching VBA to the end.
I would need to create multiple form scroll bars within the same sheet.
Each scroll bar will have its minimum and maximum value linked to a cell reference (of a numerical vlookup value) respectively, also within the same sheet;
so for e.g. Scroll bar 1 will have its min. value = A1 and max. value = A2, where A1 and A2 are integers>0,
Scroll bar 2 will have its min. value = B1 and max. value = B2, and so on...
How do we go about doing this? Thanks in advance!
PS:Why can't excel allow users the option to key in the minimum and maximum values to cell references or whole numbers, that would make life much easier...
I know nothing about VBA or macros but I know that is the only way to go for this. Apologies but would appreciate if you explain it step-by-step for me to follow, beginning from launching VBA to the end.
I would need to create multiple form scroll bars within the same sheet.
Each scroll bar will have its minimum and maximum value linked to a cell reference (of a numerical vlookup value) respectively, also within the same sheet;
so for e.g. Scroll bar 1 will have its min. value = A1 and max. value = A2, where A1 and A2 are integers>0,
Scroll bar 2 will have its min. value = B1 and max. value = B2, and so on...
How do we go about doing this? Thanks in advance!
PS:Why can't excel allow users the option to key in the minimum and maximum values to cell references or whole numbers, that would make life much easier...