D
Deborah
Ok I have the start of a function as
Function GetLinkedPath(objOLE as Variant) as variant
dim strChunk as string
The following line of code gets the type mismatch error:
strChunk = StrConv(objOLE, vbUnicode)
Why? And what can I do to fix it. Since objOLE is a
variant shouldn't StrConv just work with it?
Deborah
Function GetLinkedPath(objOLE as Variant) as variant
dim strChunk as string
The following line of code gets the type mismatch error:
strChunk = StrConv(objOLE, vbUnicode)
Why? And what can I do to fix it. Since objOLE is a
variant shouldn't StrConv just work with it?
Deborah