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: Rossco82
  • Content: Threads
  • Order by date
  1. Rossco82

    Filtering and e-mailing result

    Hi All, I'm slightly lost with this and have had to resort to forums as I just cannot see what is wrong with the code. In short I have three tabs, Tabelle1 List of data, columns A_L. Sheet 1 A data validation set in A1 which refers to a a list of Line Managers, and a button to activate the...
  2. Rossco82

    General thoughts/advice

    So I have been given a task at work. Seemingly straight forward, I just can't think of the best approach. We have a spreadsheet of users, job titles and roles assigned to them. We are trying to identify people with assigned roles that differ from the norm, but we have nothing set in stone as...
  3. Rossco82

    How to exclude results from list within another sheet

    Hi All!! I have the below which does exactly what I need to do with a spreadsheet, however I have one addition to make which I can't quite suss. To start with, the code - Sub FilteringCP() Dim RngOne As Range, cell As Range Dim LastCell As Long Dim arrList() As String, lngCnt As Long With...
  4. Rossco82

    Unable to paste alphanumeric values using VBA

    I have the below code which works fine (all be it some of you will look at it and shudder). However I have just had it srpung on me that the materials are alpha numeric (innitially we were told numeric). I didn't think this would be an issue, but the paste special option doesn't work now. I...
  5. Rossco82

    Code to pull files and rename them (variable file names)

    Hi All, I've scoured everywhere to find what I am looking for but simply can't get to the bottom of it. Scenario. 1. 3 x mail received with attachments. 2. Attachments are pulled and moved to a folder on my desktop. 3. I need to rename these files sequentially so I can then manipulate them...

Part and Inventory Search

Back
Top