Hi
In word I have an option to use something called quick parts which is a effectively a powerful version of the clip board in that I can store text and formatting as well as data that is relevant to the document (page numbers, authors etc.)
Is there something like this in Excel?
I know I can use UDF's for functions that I use regularly that are not built in - my example is I use =Date(right(A1,4),Mid(A1,4,2),Left(A1,2)) to convert Dates exported from a SAP database where the only variable is the Cell being converted...
I would also like to supplement this with some other 'building blocks' that I use regularly - such as reports that always have certain information in them (Title, Company info, Confidentiality, Copyright etc) which would be great to just insert including formatting.
I guess I can also do this with VBA but it seems a little excessive...
Any comments gratefully received.
In word I have an option to use something called quick parts which is a effectively a powerful version of the clip board in that I can store text and formatting as well as data that is relevant to the document (page numbers, authors etc.)
Is there something like this in Excel?
I know I can use UDF's for functions that I use regularly that are not built in - my example is I use =Date(right(A1,4),Mid(A1,4,2),Left(A1,2)) to convert Dates exported from a SAP database where the only variable is the Cell being converted...
I would also like to supplement this with some other 'building blocks' that I use regularly - such as reports that always have certain information in them (Title, Company info, Confidentiality, Copyright etc) which would be great to just insert including formatting.
I guess I can also do this with VBA but it seems a little excessive...
Any comments gratefully received.