BookmarkSubscribeRSS Feed
OS2Rules
Obsidian | Level 7
Hi All:

Just a quick question to same me hours and hours of searching...

Is there a way to prevent the EXCELXP tagset from generating a new tab for each PROC REPORT that I have?

I'm generating a number of reports after I open the sheet, but the user wants them one after the other, rather than on separate tabs.

Thanks in advance.
2 REPLIES 2
Cynthia_sas
Diamond | Level 26
Hi:
Run your job with the sub-option for doc:
[pre]
ods tagsets.excelxp file='xxxx.xml' options(doc='Help');
[/pre]

and then look for the SHEET_INTERVAL sub-option. I believe that you can control whether a new tab starts by using that sub-option.

In addition, if you want more control over printing of the ExcelXP spreadsheet from within Excel, this is a very useful paper:
http://www.nesug.org/proceedings/nesug08/ap/ap06.pdf

cynthia
OS2Rules
Obsidian | Level 7
Cynthia:

Genius, as always.

Thanks.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 874 views
  • 0 likes
  • 2 in conversation