If you are trying to write a worksheet function to achieve this, it will
fail.
You can only return a value to a cell, not change the Excel environment.
NickHK
"zhj23" <(E-Mail Removed)> wrote in message
news:412DB795-B23F-4D8B-9062-(E-Mail Removed)...
> Yes. It can be manually changed from the Font menu. But can't have the
result
> when embedded in the Function Sub.
>
>
> "Leung" wrote:
>
> > The coding is OK to run on my PC.
> >
> > Are you sure the user get the correct Symbol font?
> >
> > Can it be manually changed? if yes, it should be OK.
> >
> >
> >
> > "zhj23" wrote:
> >
> > > I wrote a Function Sub with alphbet letters as output, but wish to
change
> > > this output to greek symbols. These are my codes:
> > >
> > > with activecell
> > > .font.name="symbol"
> > > end with
> > >
> > > It doesnt work. Can anyone correct it for me? Many thanks.
|