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

    Plugins "manager" for IE??

    I am wondering if there is a plugin manager for IE (any version). I found one for Netscape, but I need to know which versions of plugins I have for IE. I have a website that runs various flash slideshows depending on the version and I need to make sure I have a copy of each version of flash...
  2. brans

    TextWidth (or equivalent) in VBA

    I created a seating chart in excel that has a round table in the center and seats along either side. The problem was it has to be a variable number of chairs around the table and on each side, with the chairs, and name associated with the chair, correctly spaced and angled, automatically drawn...
  3. brans

    controlling wordart in excel using VBA

    HELP! I have to make a circle with a variable number of wordart shapes around it (depending on the user). I need to be able to adjust the spacing and angle of the wordart shapes as well as do a count on the shapes using VBA. I can change the size and rotation, but only using a static number...
  4. brans

    If statement based on a find (search) in Excel...

    Can you do an If statement in Excel based on a Search finding certain criteria? I want it to do one thing if A1 contains Branch and another thing if A1 contains Region... Range("A1").Select Cells.Find(What:="branch", After:=Activecell, LookIn:=xlValues, LookAt:=xlPart...
  5. brans

    If statement based on a Find in excel...

    Can you do an If statement in Excel based on a Search finding certain criteria? I want it to do one thing if A1 contains Branch and another thing if A1 contains Region... Range("A1").Select Cells.Find(What:="branch", After:=Activecell, LookIn:=xlValues, LookAt:=xlPart...
  6. brans

    Copying an Access recordset into Excel

    I am trying to copy an access recordset using a macro in excel. This works on some machines and on others it gives a runtime error. We thought the problem was an Office 2K compatability issue, but we recently ran across an Office 97 machine that has the same issue. Here is the code: Sub...
  7. brans

    Count Rows based on a Find...

    I am writing code to format a spreadsheet based on subtotals. The problem is that I need to allow the user a variable number of rows based on where their total is. (i.e. They add and delete rows often) I want to count the number of rows above the word Total. I get stuck on actually counting...
  8. brans

    relationships between multiple tables

    I've just started using access and the relationships still confuse me. I'm sure this is very basic, but I can't seem to understand the way they will actually link up. I am trying to set up a database that has a table for employee information, a table for uniform information, and a table that...

Part and Inventory Search

Back
Top