Unfortunately a FUNCTION can not DO a method Function can only returns a Value CMIIW
To format a range you need a SUB Procedure not Function Procedure best regards, siti On Tue, Aug 31, 2010 at 2:32 AM, Silviu <[email protected]> wrote: > Hello > I'm trying to find out how to build some user defined functions for > text formatting. Something like: > customstyle("bold","arial","18",cell) > I want to use these type of functions in order to apply them in a > concatenate function. Something like: > concatenate("this would the best",customtype("bold","arial","18",A1)) > for A1 containing any text or number. > Is this possible and if yes, could anyone give me some hints? > Thank you very much. -- ---------------------------------------------------------------------------------- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310 3. Excel tutorials at http://www.excel-macros.blogspot.com 4. Learn VBA Macros at http://www.quickvba.blogspot.com 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com To post to this group, send email to [email protected] <><><><><><><><><><><><><><><><><><><><><><> HELP US GROW !! We reach over 7000 subscribers worldwide and receive many nice notes about the learning and support from the group.Let friends and co-workers know they can subscribe to group at http://groups.google.com/group/excel-macros/subscribe
