V
vincentwady
Dear all,
I have a simple shortcut VBA to allow me right click the CUSIP cell in
my excel sheet and get the Bloomberg DES page. How I can add "print"
command on my this shortcut(DES) to allow me everytime when I get the
DES page and also print it?
This is my DES funtion, is it possible to add print in the same
command?
Sub DES()
BBfunction = "DES"
Call bbfunctioncall(BBfunction)
End Sub
Thanks
Vincent
I have a simple shortcut VBA to allow me right click the CUSIP cell in
my excel sheet and get the Bloomberg DES page. How I can add "print"
command on my this shortcut(DES) to allow me everytime when I get the
DES page and also print it?
This is my DES funtion, is it possible to add print in the same
command?
Sub DES()
BBfunction = "DES"
Call bbfunctioncall(BBfunction)
End Sub
Thanks
Vincent