Yes theres a way but you must use this convertor code which i wrote,it is very useful for calling info from a database to a template in publisher,what is your application?
For i = 0 To 51
AnyValue = BLBoxes(i).Value
SomeValue = FCBoxes(i).Value
If BLBoxes(i).Text = "" And FCBoxes(i).Text = "" Then
Else
For j = 4 To 55
If Labels(i).Caption = Cells(k, j).Publisher Then
Cells(k + 1, j).Publisher = BLBoxes(i).Text
Cells(k + 2, j).Publisher = FCBoxes(i).Text
End If