is it possible to execute write to the fields in another .xsl form a macro
in another .xsl? e.g. some way to load another .xsl into an .xsl macro and
write to its data?
is it possible to execute write to the fields in another .xsl form a macro
in another .xsl? e.g. some way to load another .xsl into an .xsl macro and
write to its data?
i mean xls not xsl
"Daniel" <softwareengineer98037@yahoo.com> wrote in message
news:eDjijGEeFHA.2584@tk2msftngp13.phx.gbl...
> is it possible to execute write to the fields in another .xsl form a macro
> in another .xsl? e.g. some way to load another .xsl into an .xsl macro and
> write to its data?
>
>
Both workbooks are open?
workbooks("book1.xls").worksheets("sheet1").range("a1").value _
= workbooks("book2.xls").worksheets("sheet99").range("b33").value
If you need to do bigger ranges of data, record a macro when you do a copy|paste
or copy|paste special|Values (depending on what you want).
Daniel wrote:
>
> i mean xls not xsl
>
> "Daniel" <softwareengineer98037@yahoo.com> wrote in message
> news:eDjijGEeFHA.2584@tk2msftngp13.phx.gbl...
> > is it possible to execute write to the fields in another .xsl form a macro
> > in another .xsl? e.g. some way to load another .xsl into an .xsl macro and
> > write to its data?
> >
> >
--
Dave Peterson
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks