Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: xrayr
  • Content: Threads
  • Order by date
  1. xrayr

    Hiding Series in SSRS Chart Via Multiselect Parameter

    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...
  2. xrayr

    Possible to code so printed report different than viewing online?

    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...
  3. xrayr

    Sharepoint List: Hide Columns for All Except Select Few

    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...
  4. xrayr

    Copying File to Sharepoint

    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...
  5. xrayr

    Averaging TAT calculation

    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...
  6. xrayr

    VBA Code to copy data down to blank cells

    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"...

Part and Inventory Search

Back
Top