View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Jacqui Hurst Jacqui Hurst is offline
external usenet poster
 
Posts: 7
Default Formula to equal Blank

Worked it out.

I used the ascii character codes.

Sorry to waste anyones time.

Jacqui
-----Original Message-----
How can I enter the forumula

="="

with a VB script

When I enter it the VB script automatically changes it to

" =" = " "

I want to enter Range("K2").FormulaR1C1 = "="= but I

guess
this must be arranged in quotes. If I don't put them in I
get an error and when I do it splits it up

Any help please

Jacqui
.