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

    Macro assignment to button changing

    This is a problem that appeared this morning on my work log workbook. On one but not both of my laptops. Sub InsertNewWeeklyStatTab_Click() ResetControls InsertWeeklyTab End Sub The macro is on the same 'Menu' sheet as the control button. There are six other control buttons on the...
  2. Cotton9

    Outlook inbox filter not working

    The following code 'was' working on XP and stopped when upgraded to Win7. Suspect new Win7 security policy problem but then??? Win 7 Office 2007 SP3 Excel macro I found examples to do this some time ago but can not locate the document or website anylonger. The first...
  3. Cotton9

    With/End With block -- move cell pointer on target workbook

    Attempting to use your suggestion of not selecting things. Can get most to work except restoring the original activecell position on target workbook. Attempting to keep screen flashing between workbook and worksheets to a minimum. Below is a demo macro to illustrate my dilemma. I have two...
  4. Cotton9

    Excel 2003 download

    Attempting to download a S & P stock market graph. This snippet works under Excel 2007 but fails under 2003. I have tried many variations from this web site and others with no closer solution. oXML.Send line fails with status code of 2029 Sub dbins() Dim cText As String Dim...
  5. Cotton9

    IE Download under Excel 2003

    Attempting to download a S & P stock market graph. This snipped works under Excel 2007 but fails under 2003. I have tried many variations from this web site and others with no closer solution. Sub dbins() Dim cText As String Dim oXML As Object Dim oResp Dim vLocalFile...
  6. Cotton9

    How to update a target cell within a formula cell

    Attempting to write a function or cell formula that will update a target cell, B132, if the current cell, B133, is larger. Cell B133 contains #Value! after function reaches the .Value = nNew assignment. If B132 is greater than MAX(B6:B130) then all is well and B133 displays the value for...
  7. Cotton9

    Walk IE object for JAVA tag/ID Names

    Have a JAVA based web page we are attempting to click a button on. There is no source presented under IE View/Source. How do we identify the getelementsTabName("???") string? We have no access to the web page source. Is there a way to walk the object in Excel object browser to locate all...
  8. Cotton9

    PIX 506 -- Win2K server static IP response slow

    When local Win2K server has static IP assignment responst time to opening folders and documents is very slow, 30-90 seconds. If Win2k server obtains its IP address via DHCP from the PIX box responses are under 5 seconds. Setup local PC as temp server and worked 5x5 (PC had dhcp...
  9. Cotton9

    RAS 1500 ISDN PRI

    Have several interfaces, pau0/slot:1/mod:1, with an 'admin status' of DOWN. ras1500> list interface INTERFACES Interface Oper Admin Name Status Status brd Down Up rm0/eth:1 Up Up rm0/wan:1 Up Up fwire...

Part and Inventory Search

Back
Top