GandalfTheWhite
New Member
- Joined
- Jul 24, 2009
- Messages
- 37
I busy building a Form in VBA (Excel) and I cannot reference my Dynamic named Range in VBA (and it does not exists in my Named Ranges Drop Down on the Excel Page), yet I can reference it through Validation/List on the Excel Sheet (but want to use a Form to input the data).
Does anyone have any ideas how to activate these Dynamic named ranges (other than making it static and having someone change the Range each time the list is added to).
Thank you.
My range is =OFFSET(RefData!$D$2,0,0,COUNTA(RefData!$D195:$D293),1)
GTW.
Does anyone have any ideas how to activate these Dynamic named ranges (other than making it static and having someone change the Range each time the list is added to).
Thank you.
My range is =OFFSET(RefData!$D$2,0,0,COUNTA(RefData!$D195:$D293),1)
GTW.