Fellow foxers

I have resolved the issue I encountered.
The following works well

sele foxdata
go top

With loExcel
   .Workbooks.Open(lcFile)
   scan
         Mdata =Alltrim(foxdata.sheet2) && EG "J16"
         Msheet=ALLTRIM(sheet1) && EG "Expenses"
         .Application.Worksheets("&msheet").Activate  && Select sheet
         .Range("&Mdata").Select
         .Selection=foxdata.balance
   ETC

In  other words, the problem was not with "" or & and all red herrings
In the end I found the problem that the sheets in the spreadsheet were
protected
Once I re-created the spreadsheet and did not make the sheets Protected,
all problems went away.



On Thu, May 5, 2016 at 11:29 PM, Srikanth Bhandari <
[email protected]> wrote:

> If you want to pass as a variable then it should be without the quotes else
> it passes as a string.
>
> --
> Cheers!!!
>
> *Srikanth Bhandari*
> Mobile: +91 99625 42134 / +91 99001 39393
> Email: [email protected] / [email protected]
> Web: srikanthbhandari.ind.in
>
> On Thu, May 5, 2016 at 4:10 PM, Peter Cushing <
> [email protected]>
> wrote:
>
> > On 05/05/2016 08:15, Allen wrote:
> >
> >> I think it will pass &msheet as a string instead of whatever msheet is
> >> Al
> >>
> >> Yes, you don't need to use & when doing automation.
> >
> > E.g.
> >
> >
> > cCell = "B" + ALLTRIM(STR(nRow))    && get some data from a table e.g. B1
> > B2 etc
> > objexcel.Range(cCell).Select
> >
> > cRow = ALLTRIM(STR(nRow)) + ':' + ALLTRIM(STR(nRow))     && could be
> > 45:45   72:74 etc
> > OBJexcel.Rows(cRow).RowHeight = 93
> >
> > Peter
> >
> >
> > This communication is intended for the person or organisation to whom it
> > is addressed. The contents are confidential and may be protected in law.
> > Unauthorised use, copying or disclosure of any of it may be unlawful. If
> > you have received this message in error, please notify us immediately by
> > telephone or email.
> > www.whisperingsmith.com
> >
> > Whispering Smith Ltd Head Office:61 Great Ducie Street, Manchester M3
> 1RR.
> > Tel:0161 831 3700 Fax:0161 831 3715
> > London Office:17-19 Foley Street, London W1W 6DW Tel:0207 299 7960
> >
> >
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cag1nny_1thjkws01tzefk-xehnkvbde0k5wkwa5xjj+6hzc...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to