D
Dude
Hello there,
I'm not sure I'm posting in the right group, nor if my question is relevant,
but here is my problem :
I have a Shape that is represented on almost all my Sheets in an Excel file.
This shape has to be modified from times to times.
Is there a way to have those Shape items referring to a collection (or is it
a class module ?) so that I only have to modify the shape once instead of
using the oldfashioned "cut /paste" system, that is rather painfull ?
I know this is possible in an object-oriented environment, which isn't the
case in VBA, but who knows, luck happens sometimes
Thank's in advance for your help.
Dude
I'm not sure I'm posting in the right group, nor if my question is relevant,
but here is my problem :
I have a Shape that is represented on almost all my Sheets in an Excel file.
This shape has to be modified from times to times.
Is there a way to have those Shape items referring to a collection (or is it
a class module ?) so that I only have to modify the shape once instead of
using the oldfashioned "cut /paste" system, that is rather painfull ?
I know this is possible in an object-oriented environment, which isn't the
case in VBA, but who knows, luck happens sometimes
Thank's in advance for your help.
Dude