T
Tom Conrad
I'm using ppt 2003 and I am a vba advanced beginner.
I need a powerpoint vba equivalent to Excel's vlookup or hlookup functions.
I need code to search a table or an embedded spreadsheet to find the data
found in a cell at a row/col intersection.
The user uses spin/scroll/option buttons to enter values that I use to
determine the correct row and col numbers.
I need to place the data table on the slide vice within the code. I looked
at establishing an array variable but I cannot create an array variable in
the vba code for proprietary reasons. If the data appears as a
table/spreadsheet within the presentation there is less likely hood that the
proprietary data will hide as meta data within the presentation.
I thought about using a group of label objects to create the table but this
seems painful.
Any help would be appreciated.
Happy New Year to all MVPs and user group correspondents.
I need a powerpoint vba equivalent to Excel's vlookup or hlookup functions.
I need code to search a table or an embedded spreadsheet to find the data
found in a cell at a row/col intersection.
The user uses spin/scroll/option buttons to enter values that I use to
determine the correct row and col numbers.
I need to place the data table on the slide vice within the code. I looked
at establishing an array variable but I cannot create an array variable in
the vba code for proprietary reasons. If the data appears as a
table/spreadsheet within the presentation there is less likely hood that the
proprietary data will hide as meta data within the presentation.
I thought about using a group of label objects to create the table but this
seems painful.
Any help would be appreciated.
Happy New Year to all MVPs and user group correspondents.