How create my own Funtion

  • Thread starter Thread starter Alejandro Garcia
  • Start date Start date
A

Alejandro Garcia

I need create a funtcion and use it in all book, in all sheet. I have
the function but I don't know how use it like, =MyFunction() in
something books.

Thanks.

Sorry, my English isn't good.
 
simplest explanation
=myfunction(x)

function myfunction
myfunction=x*3
end sub
 
All you say me, I know, but if I try this, I don't use my function with
all books, if I close the Personal.xls and I open other book, don't do
it anything.

But, I try and later I say you.

Thanks.
 
personal.xls is not designed to be closed, but left open (though hidden).
Perhaps the problem isn't your function but your understanding of
personal.xls. It must be stored in your XLStart folder. Save personal.xls.
Hide it. Close it (hit save to keep it hidden). Close Excel. When you restart
Excel, you should see a blank workbook, but you should also be able to go to
Window-->Unhide and see personal.xls...
 
Gentlemen, thank you for your answers, I place my Personal.xls in the
corresponding folder. The problem is that I have a program in Vfp that
exports a list to Excel opening it immediately, this list is the fact
that I need to apply my function to it, but when I want to make it, it
me does not appear when I press Atl+F8, that I must do?.

Thanks.
 

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