View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bruce Bruce is offline
external usenet poster
 
Posts: 138
Default DDE formula with variable

I have a DDE formula which I wish to make the part "bhp" a variable in cell
A1. The working formula is as follows

=pulsesecurity|bhp!code

I have tried to replace with the following but I get errors

=concatenate(pulsesecurity|,A1,!code)

=concatenate("pulsesecurity|",A1,"!code")

What are some possible solutions?

Bruce