View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
raypayette[_43_] raypayette[_43_] is offline
external usenet poster
 
Posts: 1
Default change formula to code function


Your problem is with the AND that is not used.
Here it is as code:
Sub test()
Dim a As String
a = Chr(34)
Worksheets(2).Select
Cells(1, 1) = "=IF('Sheet One'!F16<" & a & a & ",'Shee
One'!F16+'Sheet Two'!F16," & a & a & ")"
End Su

--
raypayett

-----------------------------------------------------------------------
raypayette's Profile: http://www.excelforum.com/member.php...fo&userid=2956
View this thread: http://www.excelforum.com/showthread.php?threadid=57062