Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
JK;
Got it finally.
This is what I changed.
I took this,
somestr = +
'(' + %trim(sheetname1) + '!' + %trim(cellname) + '+' +
%trim(sheetname2) + '!' + %trim(cellname) + '+' +
%trim(sheetname3) + '!' + %trim(cellname) + '+' +
%trim(sheetname4) + '!' + %trim(cellname) +
')';
and changed it to this.
somestr = '(' + %trim(sheetname1) + '!' + %trim(cellname) + '+' +
%trim(sheetname2) + '!' + %trim(cellname) + '+' +
%trim(sheetname3) + '!' + %trim(cellname) + '+' +
%trim(sheetname4) + '!' + %trim(cellname) +
')';
And I stopped getting the Operands are not compatible with the type of
operator error.
I would have thought the original one would work, but maybe their was an
invisible char there since I cut and pasted it into my code.
Much thanks to you and scott. I really appreciate your patience.
This is the first time I have used this site for problems I'm having,
I'll be watching for you
Later.
Darrell
This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.