Instructions within VBA Functions

  • Thread starter Thread starter silvest
  • Start date Start date
S

silvest

my bad.. was worried the replies got too long
by the menthods use to post, it is near impossiable to
understand anything your are talking about. you should
keep your replies to the original post. in other words,
use the post reply button to reply not the new post button.
 
if you wrote you own function and used it in the worksheet like

=Myfunction(arg)

then, no, it can't use commands like select and it can't format cells.

However, the same code called from a VBA procedure can do those things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top