RE: $$Excel-Macros$$ Re: Excel Interview Q & A

2011-03-12 Thread Susan
Have any of you seen the new Powerpivot function in Excel 2010? I took the tutorial here http://technet.microsoft.com/en-us/library/ff452206.aspx this is such a valuable tool for combining various excel spreadsheets from various databases into one Pivot Table/Chart. Hope this info finds interest

Re: $$Excel-Macros$$ Re: Excel Interview Q & A

2011-03-02 Thread Paul Schreiner
wow... "everyone knowledgeable knows that VBA performs slow when compared to inbuilt Excel functions" I guess my 18 years and 80,000 lines of VBA code don't qualify as "knowledgeable". Whenever possible, I try to use VBA code because I can get it done faster than inbuilt Excel functions! I ha