Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CASE-OPENED] Tab Color in Excel Spreadsheets

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CASE-OPENED] Tab Color in Excel Spreadsheets
 Login/Join
 
Member
posted
Does anyone know a way to apply color to tabs when using Excel as an output format? I'm hoping there's something similar to TITLETEXT that would work in a stylesheet. I was successful in right clicking and changing the tab color in an Excel Template, and the color stayed put when it ran, but I'd prefer to avoid the issues involved in templates (losing formatting for the sheets being populated, needing cell references in other sheets, etc.), so I'm hoping for something that works with a TOC or compound construction.

This message has been edited. Last edited by: <Kathryn Henning>,
 
Posts: 2 | Registered: April 18, 2006Report This Post
Expert
posted Hide Post
I'm pretty sure WebFOCUS can't set the Excel spreadsheet tab colour. Perhaps you could iron out the template issues, I'm sure someone here can help.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
<JG>
posted
Tod, remember a template can be just a simple macro and you can do the styling using WebFocus

For example the following will color the tabs but has no effect on what WebFocus might have done.

Sheet1,Sheet2,Sheet3 are the default (English) tab names, if you have renamed the tabs
using TITLETEXT just substitute those.

Sub Auto_Open()
Sheets("Sheet1").Tab.ColorIndex = 8
Sheets("Sheet2").Tab.ColorIndex = 9
Sheets("Sheet3").Tab.ColorIndex = 10
End Sub
 
Report This Post
Gold member
posted Hide Post
Is this still not possible with the webfocus stylesheet?


In Focus since 2008
WebFOCUS 8.2.0.1
Windows 7 - IE,Chrome,Firefox
Excel, PDF, HTML, AHTML, XML
JavaScript, jQuery, D3.js, Highcharts
 
Posts: 79 | Location: New York | Registered: February 04, 2010Report This Post
<Kathryn Henning>
posted
Hi nsk110483,

There is currently a New Feature Request in programming for the ability to color the Excel worksheet tabs in an output report.

If you would like to be added to this project, please open a case on InfoAssist Online and reference this topic.

Thanks and regards,

Kathryn
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CASE-OPENED] Tab Color in Excel Spreadsheets

Copyright © 1996-2020 Information Builders