Excel worksheet shows reporting tool but code and underlying data notdisplayed

P

pjalan

Hi

I have an Excel spreadsheet that allows you to select options that
generate results on the same spreadsheet using vb code on hidden raw
data embedded in the same spreadsheet.

Is there some way to make the raw data and VB code visible?

Pawan
 
R

ryguy7272

Alt = F11 will show you VBA editor; there you will see the module and the
window where the code resides.

Regards,
Ryan---
 
Top