Hoping someone can help with this tough one.....
I have a chart bar graph with many series. The series derive their data from DataSet1. I want to hide various series based upon a multiselect parameter. Tye multiselect parameter derives it's information from a different Dataset than the...
I have a report that is formatted for users to look at online. Contains extra rows of descriptive information, logo, etc.
The online users are happy with the report and don't want any changes.
There is another group of users that need to download the report and import the downloaded report...
Hi All.
I'm very new to Sharepoints and Sharepoint Designer. I've used Sharepoint Designer to create workflow e-mails (barely). That's the extent of my exposure to this software.
I have a sharepoint list. I've been asked to create columns that only my team will be able to view and modify...
I've found and have used some VBA coding to zip an Excel file. It works well.
I now want to copy that zipped file to a sharepoint.
I have coding to save a current workbook to a sharepoint, folder, etc. I do NOT have coding to call up the file I just zipped and move that newly zipped file to...
I'm trying to average a TAT calculation and am having issues. The data being returned is always 0.00. The TAT calculation comes in with the use of a stored procedure called GetWorkDays. The stored procedure basically does a DateDiff while factoring weekends and company holidays out of the...
I have the following code that I'm trying to utilize to copy data down to blank cells in Excel:
'COPYING DATA DOWN INTO EACH ROW
Range("A2").Select
Do Until ActiveCell.Offset(0, 1) = ""
If ActiveCell.Offset(1, 0) = "" Then
ActiveWorkbook.Names.Add Name:="TASK"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.