I get used to C++/C# environment where you type code and functions/variables can be inserted by selecting them by "TAB".
On daily basis I work on excel/access and atm I'm working on big project. My class module has around 100 variables, mostly strings. Is there any option in VBA to auto fill or suggest variable within class module while writing code? For example:
CurrentWB.Sheets(PDSheet).Select
CurrentWB is set for Workbooks. After dot it doesn't suggest Sheets and after typing brackets it doesn't suggest PDSheet and so on.
Any advise is helfull.