Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default VBA Formula Result Different Than Manual Formula Result


Thanks for the reply!

When you say I've mixed R1C1 with A1, where do you mean? With th
.offset() property? I can't see how to get around using the .offset(
property...

oh and I tried using the .formulaR1C1 property but it yielded the sam
results.

also note the edit i made at the bottom of my previous pos

--
ob3ron0
-----------------------------------------------------------------------
ob3ron02's Profile: http://www.excelforum.com/member.php...fo&userid=1545
View this thread: http://www.excelforum.com/showthread.php?threadid=27047

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default VBA Formula Result Different Than Manual Formula Result

Dim ReportD as String
ReportD = "=IF(ISNA(MATCH(RC[-2],PID!C2,0))=FALSE,""x"","""")"
Worksheets("Report").Range("D5").Offset(counter, 0).FormulaR1C1 = ReportD

C2 in the above means Column B (2nd column in the worksheet PID)
--
Regards,
Tom Ogilvy



"ob3ron02" wrote in message
...

Thanks for the reply!

When you say I've mixed R1C1 with A1, where do you mean? With the
offset() property? I can't see how to get around using the .offset()
property...

oh and I tried using the .formulaR1C1 property but it yielded the same
results.

also note the edit i made at the bottom of my previous post


--
ob3ron02
------------------------------------------------------------------------
ob3ron02's Profile:

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



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
Formula result does not match displayed result lothar Excel Worksheet Functions 1 June 23rd 08 05:05 AM
Advanced formula - Return result & Show Cell Reference of result Irv Excel Worksheet Functions 7 May 6th 06 03:36 AM
Median result used in formula gives incorrect result vlatham Excel Worksheet Functions 4 September 21st 05 04:26 PM
VBA Formula Result Different Than Manual Formula Result ob3ron02[_2_] Excel Programming 1 October 19th 04 05:25 PM
VBA Formula Result Different Than Manual Formula Result ob3ron02 Excel Programming 1 October 19th 04 03:45 PM


All times are GMT +1. The time now is 01:39 PM.

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

About Us

"It's about Microsoft Excel"