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

    Excel "IsFunction" function needed

    I am using excel '97. (Yes, I know it is old but for various reasons, we can't upgrade this specific machine). Anyway, what I basically need is an "IsFunction" function or the functional equivalent. Where I pass it a reference and it will tell me if that reference contains a...
  2. Imagineer

    Word Macro needed: How to search then change page orientation

    Hello, I'm unix hand that is a novice at WORD macros/programming so I'm having problems with this code. We have some text files that are being combined and then brought into word for document type formatting, etc. In the original text file, the authors put [LANDSCAPE:ON] and...
  3. Imagineer

    Registry Location for Cmdhere

    What is the registry key for the command line here option. I know that it is part of the Resource kit but that disk has been misplaced in our IT dept. Imagineer
  4. Imagineer

    Permanently setting Environment Variables in DOS

    I'm trying to set some environment variables in a DOS (actually WinNT 4.0 cmd) shell. I know that changing the value in the ENVIRON variable does not pass the value back to the shell. I've tried using the system() command thusly, sVar = "EnvTest" sValue = "oldhat" if...
  5. Imagineer

    How do I access the Pattern and Hold Spaces in AWK?

    Subject says it. TIA, Imagineer
  6. Imagineer

    Regex not working - "IN.*"

    Hmm.. for some reason this regex is not working. I am using the cygwin version of gawk. It only finds lines 1, 2, 13, 18, 31, 38 of the attached file. It appears that the "*" is not working. I really wanted it to match lines 21, 25, 31, 50. I even tried "IN..", still no...
  7. Imagineer

    Computer Language Translator

    I need to write a translator from one structural analysis program (Strudl) to another (STAAD). They both use command text files. They are similar but different in a Pascal/C sort of way. I am looking for other AWK translators for inspiration, overall structure and flow. I seem to recall that...
  8. Imagineer

    Word Fill-In Fields

    I have a form with several Fill-In fields. This is saved as a template. Whenever I open a file created with that template then Word cycles throught the Fill-In fields twice and does not remember the previously entered and saved values. How do I get Word to ask once when the file is created...
  9. Imagineer

    Excel and Visual Basic Dates

    I have an Excel spreadsheet in which I need to go to the column corresponding to the current date. I created a command button with the following sub: Private Sub bActualToday_Click() ' Variables Dim dToday As Date Dim rDates, rToday As Range rDates =...
  10. Imagineer

    Palm to Outlook 98

    I bought a Palm from Franklin-Covey and use their software, etc. at home.  I'm happy with that.  At work, we just changed to using Microsoft Outlook 98 with Exchange Server.  I'm trying to sync with that also.  No go.  I've installed the latest...
  11. Imagineer

    Connecting Outlook to Palm

    <br>I bought a Palm from Franklin-Covey and use their software, etc. at home.&nbsp;&nbsp;I'm happy with that.&nbsp;&nbsp;At work we just changed to using Microsoft Outlook with Exchange Server.&nbsp;&nbsp;I'm trying to sync with that also.&nbsp;&nbsp;No go.&nbsp;&nbsp;I've installed the latest...
  12. Imagineer

    File Locations in Excel

    <br>How do one set the &quot;File Locations&quot; in Excel?<br>We changed our &quot;desktops&quot; at work.&nbsp;&nbsp;I had this set once but forgot how to.&nbsp;&nbsp;I've changed the options in Word and it works fine.&nbsp;&nbsp;I don't find a similar Options tab in Excel.<br><br>TIA,

Part and Inventory Search

Back
Top