The OS and the programs are all in the primary partition, as you said the registry almost mandates it (splitting would keep the partition image of the OS quite small, but also can create problems...
Type: Posts; User: cri; Keyword(s):
The OS and the programs are all in the primary partition, as you said the registry almost mandates it (splitting would keep the partition image of the OS quite small, but also can create problems...
Thank you for the reply. The _local_ backup is a duplicate of the 'real' backup which is done with a network added storage and, for the really important stuff, additionally with read-only DVDs....
I am setting up a new 250 GB harddisk to run under XP SP2. There is only one HD in this machine. I want a 4 "drives" (OS and all programs, Data, Downloads, Local "Backup"). How would you partition...
Viking thank you too. I switched to Sygate. I can not remember the freeware version of ZoneAlarm Free giving away much information or offering many setup options. When asking for permission it shows...
joeperez, thank you for tackling this one. What is the hash value of your svchost ? Dates can be stamped and sizes finetuned to an certain extent. As for installing software: Yes, always thinkering a...
I asked this question in http://www.experts-exchange.com/Operating_...Q_21427676.html , but had no takers yet:
Which should be the date, the size and the hash code of a legitimate SVCHOST file...
Klaus, I will not argue regarding the execution speed, but I do not quite see how I would be able to reorganize the add-in within this long string without making a lot of mistakes. Additionally but...
HansV, jscher2000, Andrew77: Thank you very much. You really helped me over this stumbling block. I most probably will go with the IsNumeric/Cint, for my purposes/level XML is a bit beyond. Thanks...
I am porting my version of http://www.j-walk.com/ss/excel/tips/tip53.htm to Word.
Got it running, using an array for the definition table. Not totally happy as, besides having 7 arguments,
I have...
Additionally, if this workbook contains (or did contain) VBA modules, it might have leftovers of the developing stages. Download the CodeCleaner utility at http://www.bmsltd.ie/MVP/Default.htm to...
I thought the term was user defined function (UDF). I thank you for your time.
Additionally: The demo subroutine is a bit silly, but I can not post my real task, the DOS executable is copyrighted by the corporation I work for. And it has much more bells and whistles. But I am...
Charlotte, this VBA function IS an array function which I intend to call from within the worksheet. I return the values to a worksheet range, not to another function, like LINEST or similar Excel...
Thank you for tackling this one.
I can not see how to _return_ the content of my array defined as user defined type to the calling worksheet cells containing the user defined array function. Whew....
I seem to have found a bug in Excel, again.
Apparently it is not possible to return an array from a user defined function containing strings longer than 255 chars if the array also contains...
Perhaps this can help you: http://www.cpearson.com/excel/DateTimeEntry.htm
Perhaps of use. Do not know whether this works for Excel XP too, as it is leftover from pre 97 versions.
http://j-walk.com/ss/excel/tips/tip82.htm
This link shows how to _display_ the autofilter settings, handy to document them in printouts.
http://j-walk.com/ss/excel/usertips/tip044.htm
Only with VBA. See http://www.cpearson.com/excel/colors.htm
juschuma, I see you are in very good hands here.
Can you settle for knowing that the name is used in a range for the external references, i.e. w/o the exact count of the range cells ? It would...
See also http://support.microsoft.com/default.aspx?...kb;en-us;256624
Easiest way I know: http://www.j-walk.com/ss/excel/tips/tip53.htm
I have the same problem and came up with a (sort of) solution: Automating the naming inside a pre-selected range.
However this requires you to
a) Write the cell names in a separate column ...
I do not know if it does appy here (have Office97), but I always name my shapes myself, the numbering sİheme of Microsoft is a bit difficult to predict/follow. ...
Have Excel 97 only. Therefore:
a) Is DiagramNode a new VBA object introduced after Excel 97 ? If not: How did _you_ define it ?
/forums/images/smilies/cool.gif Record a macro which does what you...