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

    Creating a custom data type

    I used to have an example to draw upon for this, but since it's gone: I juggling multiple sets of three different variables of different data types and would much rather be juggling multiple instances of a custom data type which combines the three data types. How do I define a custom data...
  2. jawbonium

    If/else Optional Regions in Macromedia Templates???

    I am using Dreamweaver MX 2004. I have started a template for the site. I would like to create a series of "Optional Region"s which are more than strictly boolean. Rather I would like them to be dependant upon the name of the page, displaying X1 if the page name is X and displaying Y1 if the...
  3. jawbonium

    Application.ScreenUpdating not working

    I have a pair of weird errors here. The first is an error that I get with .Borders. I pretty much gave up on trying to fix it as it really wasn't that important and it was only occuring periodically. Thus I wanted to have the .Borders line execute when it could and suppress the error message...
  4. jawbonium

    Extra character (') in dynamically generated formula

    I am baffled. I am writing a macro to write the same forumla in the same cell in every sheet in my workbook except Summary (since the formula references the Summary sheet). Here is the script: For Each ws In ActiveWorkbook.Worksheets If (Not (ws.name = "Summary")) Then...

Part and Inventory Search

Back
Top