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: *

  1. segmentationfault

    Magic conditional format

    I have a spreadsheet with some columns that have a background color, lets say columns one and two. Columns three and four have no background, and when I put in a number or letter, the background immediately becomes the same as in columns one and two. If I set columns one and two to have no...
  2. segmentationfault

    Excel & high sheet numbers

    I have a macro that generates a multiple sheet report by first deleting the existing sheets and recreating them from cumulative data. Though the sheets are deleted, their numbers are not reused when new sheets are added. As a result, I have a template, cumulative data, and (currently) Sheet87...
  3. segmentationfault

    Workbooks.Open errors

    Is there a way to deal with a failed Workbooks.Open without an On Error statement? For example, if the workbook is already open and changed, a dialog appears asking the user if she wants to reopen the workbook and lose the changes. If she clicks "No", the Open method throws an error...
  4. segmentationfault

    RH7.3, Mozilla1.0, Document Handlers

    When using Mozilla, if I follow a link to a video clip, I get Xine with the option (-q? Don't recall offhand) that closes Xine as soon as the video has completed playing. I find this annoying, and would like to remove this from the handler. Where do I find this behavior specified? Is it a...
  5. segmentationfault

    .gif Excel charts

    Is it possible to get Excel to create .gifs of charts without Saving as HTML, reading the HTML for the image source, and grabbing the referenced gif? I would simply like to indicate which chart, what filename, and what location, and end up with the gif. I asked this question last week and got...
  6. segmentationfault

    HTML Chart Output

    Publishing a non-interactive chart in Excel produces a .htm page with a link to a .gif representing the chart. Is it possible to get Excel to produce this .gif for me in a specified location without the .htm?
  7. segmentationfault

    HTML Chart output

    MS Excel will publish a chart in a web page. If you choose a non-interactive page, this takes the form of a .gif which represents your chart. Is there a way to have Excel produce -only- this .gif for me rather than the whole .htm page?
  8. segmentationfault

    Inconsistent execution, step vs. run

    This is swiftly making me insane. Any suggestions are appreciated. I have a sub that I trigger with the BeforeSave event. This code reads certain cells in ThisWorkbook, then opens a second workbook, records these values, saves workbook 2, then ends, allowing ThisWorkbook to save. In effect...
  9. segmentationfault

    Sorting Arrays

    The question came up recently about sorting arrays and I provided a simple bubble sort that is suitable for arrays up to about 500 elements in size. Noticing that VB's implementation of arrays is woefully lacking, and also that I have a number of functions that make arrays more useful, here is...
  10. segmentationfault

    IDE suggestions

    Could someone suggest an effective, free as in beer, feature filled IDE? I have used JBuilder, but it literally crawls on a PIII 450 with 384 megs of ram - not a barn burner of a machine, but it should reasonably run an IDE without the user waiting 3-5 seconds for every menu click. Also, I've...
  11. segmentationfault

    Is it possible to get an outline bo

    Is it possible to get an outline border in an Excel header? This is necessary for a proprietary information label and management is picky about having a border. If that isn't possible, is there a way I can print an Excel file with a MSWord header? I'm currently playing around with the...
  12. segmentationfault

    Word Object Model

    I'm pretty well versed in interacting with Excel through VBA, as some may know, however I haven't touched Word with VBA until today. I am having a terrible time figuring out how to read and process the text. For example, I want to write a macro that will turn VBA comments (' as the first...
  13. segmentationfault

    Finding Used Array Count

    Suppose I have Dim AllNumbers(50) As Double and I only use the first 15 doubles. If I pass this array to another method, is there a way to find out how many of these doubles have been initialized rather than just declared aside from iterating through them? If I have an array of strings, is...
  14. segmentationfault

    Linking cells in Excel

    I apologize in advance if this is a somewhat stupid question. Everything I do with Excel is done through VBA, as a result, I'm really not knowledgeable about what Excel can do on its own. I am working with two worksheets. The second sheet is an expansion of the data on the first sheet. For...
  15. segmentationfault

    Tiered data presentation and editing

    If this is considered an appropriate task, this will be my first foray into XML. I'm painfully new at this. The client should represent tiered data, much like a directory tree or how IE displays a plain XML file. The ability to directly edit the element contents will be a selling point if it...
  16. segmentationfault

    split a string at arithmetic symbols

    What's the most stable and convenient way to split a string at arithmetic symbols? Ideally I'd like to use the split method, but once I split the string with one symbol ("+", for example) I have an array of strings which may or may not need to be split at "-", "*&quot...
  17. segmentationfault

    More email

    I have an Excel file with macros intended to function as an electronic log book. When the "template" file is opened, it is immediately given a new number and saved using that number in an archive directory. When input is finished, a macro is executed to email a copy of the file to...
  18. segmentationfault

    FAT Partition Permission

    - first note that I'm extremely inexperienced with Linux. I had to look up the man page for ls yesterday, just as an example. I've managed to install Mandrake 7.0 with what I would guess is a permissions problem on my Win95 partition. I would like to be able to write/execute as a regular...
  19. segmentationfault

    Out of Memory with many charts in Excel

    I have between approximately 1000-1500 lines of data which will be broken into as many as 75 charts. I have a macro which gets through about 50 or so charts and I get the very uninformative error message "Not enough memory." The error message is owned by Excel. I have moved the...

Part and Inventory Search

Back
Top