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

    Remove Workbook Specific Code

    Greetings All, I wrote a macro to clean up some of our spreadsheets, part of the process is doing a sort when it's done. The problem is it's workbook or worksheet specific and my VBA isn't good enough to be able to remove the part of the code to make it work in all work books...
  2. Volk359

    Move by Block Name

    Greetings All, I'm writing a script to move all objects in a drawing and would like to use the insert point of the title block as a base then move it to 0,0. Since the title block is in random areas in different drawings I can't always move from the same point A to point B. The ideal script...
  3. Volk359

    Broken OLE Link

    Greetings All, We've got some drawings that have been turned over to us where an Excel spreadsheet has been linked as an OLE. The data needs to be updated however the original file is no longer available so the table cannot be opened in Excel. By right-clicking on the object and selecting...
  4. Volk359

    LISP: If, Not

    Greetings all, I've created a lisp routine to automatically repath an image that had already been inserted but where the path/filename was incorrect. It works fine but the problem is the image type isn't always the same, i.e. sometimes they are a .TIF and others they are a .CAL. I included an...
  5. Volk359

    Set Limits to Dimscale

    Greetings all, I'm trying to write a script that will reset the drawing limits according to the dimscale using the following code: LIMITS 0,0 'cal getvar(dimscale)*[36,24] zoom all It appears to work fine, i.e. no errors, but the upper limits aren't being set. Anything wrong here? Thanks...
  6. Volk359

    Opening Multiple Drawings

    OK, this should be an easy one but for the life of me I can't find it. We've got a user here that is opening several drawings at the same time but instead of all in the same session it's opening each one of them in different sessions. I'm assuming it's a checkbox or variable but looked in...
  7. Volk359

    Media Player Doesn't Play All

    Greetings All, So, why doesn't Play All or Play Selected from the side bar menu (under Music Tasks) work however highlighting the songs then right-clicking and play or double clicking them does work? Thanks in advance
  8. Volk359

    Closing a drawing in LISP

    Greetings all, A quick way to purge bloated drawings is to wblock them and what I'd like to do is wblock them onto the original drawing then open that drawing or at the least close it. The lisp ran fine in R14 but in 2008 something's changed and it doesn't work. I stripped out the extraneous...
  9. Volk359

    Reordering Attributes

    Greetings All, I have a titleblock in many (like 100's) of our drawings where the attributes have been set up in the wrong order. I used BATTMAN to reorder them and wblock it then attempted to update the blocks in the other drawings but the changes aren't being taken. I've tried to insert...
  10. Volk359

    Outlook & more then one session

    Greetings all, I use a group account with Outlook 2003 and while I can access both my personal and group accounts on the one session anything sent from my personal account goes into the group sent folder. Same for deletions. Also, none of my personal account calendar reminders appear so I...
  11. Volk359

    Lost raster links from older files

    Greetings all, Were using AutoCAD 2005 but many of the files in our library are older R13 files. If I'm correct, back then hybrid files generated a third and/or fourth file with a RAS and RES file extention that contain the link, scale and coordinates for the insetion of the raster file. I've...
  12. Volk359

    Windows Messenger Archives

    Greetings all, Does Messenger on Win XP archive the text messages? If so, where would they be stored at? Thanks
  13. Volk359

    Losing my Deselect

    Greetings all, Every once in a while I lose my deselect option (shift+click) for some reason. It reappears when I reboot AutoCAD but why is it doing it? A variable? Thanks, Keith
  14. Volk359

    IF Statement and Time

    Greetings All, I'd like to track sales not only on particular days but particular times too, specifically in 1/2 hour increments. My spreadsheet is as follows: B C D Day Time Sales I'm able to get the formula to account for total sales on a day but how can I get it to recognize...
  15. Volk359

    CTB Files not showing in one particular file

    Greetings all, The CTB file location is set up under the Options/Files tab therefore would not be drawing specific. In one file I'm working on none of them show up. All the other drawings in the project show the proper CTB files but not in this case. The only plot styles that show are the...
  16. Volk359

    Resetting destop Icons

    Greetings all, I thought I'd seen this issue asked/answered before here but can't find the thread. My alternate keeps resetting the resolution on our computer to a lower setting cuz she's got eye's like a turtle. I like a nice higher rez to make more real estate available on the screen...
  17. Volk359

    If Not Lisp

    Greetings All, I thought using if/not used the following logic (if (not a) (b) ) Meaning, if 'a' was null (nil?) then do 'b'. Is that not correct? I wrote a routine to insert an image based on the drawing's filename (image and cad name are the same) however we have a couple of different...
  18. Volk359

    Mobo Replacement

    Greetings all, I purchased a bunch of components from Newegg, put it all together and found out they had sent a bad motherboard. They were gracious (and speedy) about refunding it but wouldn't replace it as it was either out of stock or discontinued. I liked the board, other then the IDE...
  19. Volk359

    Osnaps in LISP

    Greetings all, In my lisp I'm trying to grab a corner of a box using endpoint osnap: (setq pt1 (osnap (getpoint "\nSELECT LOWER RIGHT CORNER:") "endp")) The getpoint works but it doesn't prompt for the endpoint. Any suggestions? Thanks, Keith
  20. Volk359

    Negative Images on Plots

    Hello, I've got a drawing (Acad 2005 with Raster Design 2005) that has an image embedded in it that looks normal yet when it plots the raster part of the drawing plots out white on black rather then the normal black on white. This is the only drawing it happens on and all the rest of the...

Part and Inventory Search

Back
Top