Is there a function to insert the worksheet name into a cell?

  • Thread starter Thread starter Guest
  • Start date Start date
Your question isn't clear. do you mean to transffer data from Microsfot
works to Microsoft Excel? I dont havve worrks, but check if you can save the
file in .CSV format (commar seperated values). then in excel use data -
Import External data.

On the 1st menu selectt delimited
 
Dave Peterson said:
....

If OP has Excel 2003 and would never be sharing files with users of
Excel 2000 and prior, there's also XLM.

Define WSN as =GET.WORKBOOK(38).

Warning: copying formulas containing names that call XLM functions in
their definitions and pasting into other worksheets will ALWAYS crash
Excel 2000 and prior with complete data loss.

The advantage of GET.DOCUMENT vs CELL("Filename",...) is that the
former works whether the file has been saved or not.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top