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

    changes in IE7 - status line?

    Hi I have been using a line self.status= goforit ;in older browsers and suddenly realised the "status" function has changed, it no longer reports any content. see http://cresby.com and "errors". I am using the status line to put a message (the day of the month - eg "3rd Fri"). Any ideas...
  2. cresbydotcom

    AutoCAD LT 2008 run named script from macro??

    I found how to work a macro that did most of what I wanted which disappeared when the Administrator changed our network. Legacy scripts run as they always did but dont translate automatically to a macro. I want a single click to: run a named macro or the translation of this code It is to save...
  3. cresbydotcom

    Did you ever have one of those customers?

    There I feel a lot better already. there is a tide in the affairs of man that you Cnut ignore.................
  4. cresbydotcom

    AutoCad LT 2008 - differences / losses?

    I have just loaded LT 2008 and tried it. the Dashboard toolbar collection seems to default off happily next day. Good job it showed itself on first showing. I tried to see if I could load a script on strat-up - which seems to be only allowed via Windows shortcuts. 1) Apart from tinkering in...
  5. cresbydotcom

    using an anchor from URL to in a child frame

    Hi Problem - the calling site links to me with #anchors and acts as you would expect in a page without frames. eg dance.htm#D.DJ This code works well in IE5 but not in Mozilla 1.7.8 and Opera 3.5 seems to ignore it as well. <script language="JavaScript" type="text/JavaScript"> var inanchor =...
  6. cresbydotcom

    Custom toobar, assigning icons under VBA control.

    OK I can assign icons manually but how to assign them in a macro. I loose toolbars occasionally and rather than chase the rare event I can re-instate them with: Application.CommandBars.Add(Name:="tester").Visible = True Application.CommandBars("tester").Controls.Add _...
  7. cresbydotcom

    switching-off splash screens on AutoCad start-up

    Hi We get the 2 splash screens (one html) when we open Autocad (or files files from WinExplorer) telling us Security would demand that scripting is turned off normally, but the browser runs JavaScript happilly eg http://cresby.com. So apart from compromising the security of essential...
  8. cresbydotcom

    Printing Background in Excel - ie &quot;DRAFT&quot;

    Excel 2002, Win XP We are trying to get the word "DRAFT" splashed across a spreadsheet printout. Watermark doesn't seem to be offered (that I can see) in Excel and Background is non printing. I could try looking in VBA and see if the sheet has a property but there is nothing in any menu that...
  9. cresbydotcom

    Pasting e-mail (eg) from clipboard to folder in VBA / Excel??

    OK this opens explorer and can paste manually Private Sub emal_Click() abc = "destination base folder" dummy = Shell("explorer.exe /e, """ & abc & "\e-mails""", vbNormalNoFocus) End Sub But is there a way of pasting the clipboard item (ref or actual) to the actual folder location? SendKeys...
  10. cresbydotcom

    read/write Permissions on network over VPN link??

    Hi we have a VPN to the master server in HQ. When I try to open a spreadsheet I look for the words read only on the title to be sure if it is already being accessed. However this does not appear to answer all situations. My PC is the local server (we have a wireless router which bypasses my...
  11. cresbydotcom

    VBA - IE unloading/exiting ????

    I got this code from http://www.tek-tips.com/viewthread.cfm?qid=1451958 but I can't see how to unload the specific instance of ie created. tried ie.Unload, .Exit, .Close Object Browser and watch properties give no clue. any ideas anyone? Not sure how to invoke the menubar etc but values below...
  12. cresbydotcom

    cabling bundle method maybe called Raychem Lay

    Hi a colleague asked the question about laying bundles of wires in expanded mesh to form a "cable" so that all wires (or cables) get approx the same stress as the enclosed bundle is bent or flexed. These are 24AWG PTFE insulated types, Belden cables, STP PTFE &/or others He thinks there is a...
  13. cresbydotcom

    Calling a Word Macro from Excel ??

    Hi I asked the question in another thread (http://www.tek-tips.com/viewthread.cfm?qid=1407102) and couldn't get the method suggested to accept the user type. This thread tiltle is more to the point. Win XP Excel 2002 (VBA/VB 6) though I do try this at home (Win98 ditto) Word Document is...
  14. cresbydotcom

    can't delete Folder after creating in VBA??

    Hi I created folder and subfolders in VBA successfully. However after struggling to move a shortcut around (in VBA halting at the offending move) I think it left the file in limbo. The source folder cannot now be deleted in WinXP and the DOS window does not see it. XP says it is read-only and...
  15. cresbydotcom

    New workbook event, or new workbook name????

    VBA help suggests this event should work Sub App_NewWorkbook(ByVal Wb As Workbook) newbuk = Wb End Sub I have tried putting it in "This Workbook" and Module1 but the event is not trapped. How do I get it to trap the event or find the name of the new workbook. Private or not private makes no...
  16. cresbydotcom

    How do you close a window from VBA, eg Word or IE

    OK this code will start IE before dinner time but how do you close that same window when the eating stops? Just to take temptation way from the guys - if they are smart enough they will find how to get round it. Public closer As Long Private Sub Workbook_Open() Application.OnTime...
  17. cresbydotcom

    File &amp; Folder attributes (when name has a space)

    Hi detecting folders &/or files with spaces in their name I just found a problem reading the file attributes when the object is a folder. By detecting an error this code then reads folder attributes. However if there is a space in the file name the error is not trapped - but in a folder it...
  18. cresbydotcom

    Formulae in Word, referencing columns not adjacent???

    OK field codes - formula I want to multiply a "price per" cell in one column by a quantity in another column. My solution uses "=sum(right)*sum(left)" because it will pick-up the values in adjacent columns and sum as far as the first zero (or text). However there is a need (from an analy...
  19. cresbydotcom

    How do you set/change .doc properties from VBA

    The record macro function leaves no appropriate code to change the "properties" set that read in a pop-up when you hover in Winexplorer. Variables/object.properties that can be found don't seem to do anything. And Sendkeys fails in dialogs. I use macros to generate docs (purchase orders) that...
  20. cresbydotcom

    Win Explorer command line folder AND contents window. /Switches???

    Hi I am trying to invoke win explorer from VBA & a shortcut using the command line switch. I am not at a Win98 machine which used allow me to see this. And is XP quite as helpful (in this respect - before the blue touch paper smoulders) Getting a particular folder contents to display is easy...

Part and Inventory Search

Back
Top