× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Sounds like you already know how to do it... what more can we help you with?

Now that I think about it, just forget it. I guess OCD tendencies manifesting. Program is working.

I was able to do what I want, that is, set a cell to refer to a cell in another sheet thus:
wrkCell1 = ss_cellname( rowcount: colColumn );
ss_formula( row2: colColumn : '''SAB7132''!'+ wrkCell1 : Text);

I guess I just wanted some kind of symmetry and code something like:
sheet = SS_newSheet(book: 'SAB7132');
...
wrkSheet1 = ss_sheetname(sheet);
wrkCell1 = ss_cellname( rowcount: colColumn );
ss_formula(row2:colColumn: ''''+ wrkSheet1 +'''!'+ wrkCell1 : Text);

Thanks,
Reggie
racosta@xxxxxxxxxxxxxxx

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.