View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default EXCEL VERSION & VBE FUNCTIONALITY

Not that I am aware of, as far as I know you should have AddressOf even in
Excel 2000.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Halim" wrote in message
...
Bob,

Don't know why my Excel V9.0 2000 doesnt have AddressOf and

Application.hwnd
???

hgggggrrrr hhh ?? ???? ??

Is it commercial matter from microsoft ?!?!?!?
--

Regards,

Halim


"Bob Phillips" wrote:

It doesn't have hWnd because that cam in later than Excel 2000. However,

it
should have AddressOf., my version certainly does.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Halim" wrote in message
...
Hi Bob,

Thanks in advance...
but one more question that I want to know... is Why my Excel 2000 V9.0

doesnt
have Application.Hwnd property and AddressOf ???


--

Regards,

Halim


"Bob Phillips" wrote:

The AddressOf came in in Excel 2000 (although it can be emulated

with
Excel97, Version 8).

Application.hwnd property, came in in Excel XP/2002 (version 10)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Halim" wrote in message
...
Hi all,

I've ever seen from some developer and MVP's module that
commented about Application.Version, there explained which
version of Excel = 8 is have function:

Application.hwnd
AddressOf

But I never done use that function in my work office Excel V 9.0

Anyone done with the same version, please comment ...!
Which version of Excel has Application.hwnd and AddresOf function

....
?
--

Regards,

Halim