Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Evaluate(Indirect) doesnt work


Hi,

I have a value in some cell which has the info.
So I know that I have to use INDIRECT to get the value..

Evaluate is working fine for every case but when I giv
Evaluate("INDEX(H32)"), it gives a run time exception. Could you hel
me to know what I missed out

--
srinu126
-----------------------------------------------------------------------
srinu1264's Profile: http://www.excelforum.com/member.php...fo&userid=3415
View this thread: http://www.excelforum.com/showthread.php?threadid=53950

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Evaluate(Indirect) doesnt work

first, you say INDIRECT, then your sample uses INDEX

in vba, neither would be necessary.

If you have a range address in H32 and you want to find the value at that
address you would just do

msgbox Range(Range("H32")).Value

--
Regards,
Tom Ogilvy

"srinu1264" wrote in
message ...

Hi,

I have a value in some cell which has the info.
So I know that I have to use INDIRECT to get the value..

Evaluate is working fine for every case but when I give
Evaluate("INDEX(H32)"), it gives a run time exception. Could you help
me to know what I missed out.


--
srinu1264
------------------------------------------------------------------------
srinu1264's Profile:

http://www.excelforum.com/member.php...o&userid=34155
View this thread: http://www.excelforum.com/showthread...hreadid=539503



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why doesnt this work? MurrayBarn Excel Worksheet Functions 2 November 19th 09 04:21 PM
Why doesnt this work steve New Users to Excel 1 March 3rd 08 04:52 PM
Formula doesnt work Kevin Excel Worksheet Functions 2 February 24th 05 12:57 AM
TAB Key doesnt work. Murat D. Hekimošlu Excel Programming 1 January 25th 05 10:48 AM
code doesnt work Juan Pablo Gonzalez Excel Programming 0 April 23rd 04 09:19 PM


All times are GMT +1. The time now is 05:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"