Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm attempting to program a new function that includes other functions
provided by Bloomberg professional service. The end result needs to look like this: BDP("AUD Curncy","LAST_PRICE") The AUD Curncy is Bloomberg's security code, which I will be getting from two separate cells. I am able to put the two cells together as follows: BBCODE = AUD BBKEY = Curncy FULLBBCODE = BBCODE & BBKEY My problem is that I need to get quotation marks around the FULLBBCODE in the VBA code. When I've tried """ & FULLBBCODE &""" it just returns that exact text, not what FULLBBCODE represents. Hope I've explained this enough, any help would be greatly appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Programming or Function? | Excel Discussion (Misc queries) | |||
WORKSHEET FUNCTION or PROGRAMMING. | Excel Worksheet Functions | |||
Programming a Function in VB | Excel Discussion (Misc queries) | |||
VBA programming-autofilter function | Excel Programming | |||
Function tool or programming...Help please! | Excel Programming |