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 TouchToneTommy 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. bryanbayfield

    obtaining filepath

    Hi: I need to obtain a string representing the "long" filename of a program, and the code actually needs to be written inside that program. So, if the filename of the program is C:/Windows/Desktop/blah.sas I need some code I can put within that program that returns...
  2. bryanbayfield

    Volatile Functions (EXCEL)

    OK dudes, riddle me this. Volatile functions, VBA help: Marks a user-defined function as volatile. A volatile function must be recalculated whenever calculation occurs in any cells on the worksheet. I've marked my function as volatile - it is used on sheet 3, and takes two arguments - one is...
  3. bryanbayfield

    Office 2003

    Has anyone seen these screenshots? http://www.activewin.com/screenshots/office2k3b2/ I don't like the look of that - they've really played around with the VBE by the looks of it. MS aren't having a lot of success with .net from what I've heard, so maybe they're trying to give it a shin up by...
  4. bryanbayfield

    Certification in the UK

    Hello: Has anyone taken an MCSD (I think I've got the acronym right) pertaining to Excel? If so, how do you go about taking it (without taking any of the courses that colleges try to foist on you). I know my VBA well enough but I'm a tad rusty on Excel (esp. regarding Pivot Tables) is there a...
  5. bryanbayfield

    Errors Using Sendmail

    Following on from a previous thread thread219-565848 , I've been asked to post this problem in a new thread. Here is my program (it's not very complicated, is it?! #!/usr/bin/perl -w use CGI qw(:standard); use CGI::Carp qw(fatalsToBrowser); use strict...
  6. bryanbayfield

    EnableEvents not working

    This has me rather perplexed. I have a form with a number of controls on it - I am having problems with two in particular - a combobox (cmbVar) and a control button (cbuSetProp). When the cbuSetProp is clicked part of the code changes the value of the cmbVar. Since I have code for the...
  7. bryanbayfield

    .css Problems

    OK guys - go easy on me please! I'm trying to learn how to do CSS - it doesn't seem to be that difficult, but I seem to be missing the big picture somehow. An example would be this css file I created (nothing complex I know): h1 {font-family:"Arial", sans-serif; font-size:20pt...
  8. bryanbayfield

    Recommended Book?

    Hi. I already know a lot of VB through using Excel VBA. One thing I'm lacking is a knowledge of classes. Is there a good book out there that gives a comprehensive exposition of classes, with some examples to work through? It doesn't have to be solely on classes, I'm happy to improve on other...
  9. bryanbayfield

    Referring to ThisWork in an Add-in

    This is bloody infuriating. I've designed an add-in that incorporates an address book. The entries in the address book are stored in one of the sheets in the add-in. The user is meant to interface with the address book by means of a user form - address book entries are shown in a list box on...
  10. bryanbayfield

    PROC SQL

    I'm not sure whether this is an implemntation problem or a blip with SAS. You are meant to able in SQL as part of the SELECT ... WHERE statement to write temporary variables for display based on any one of a number of operators. But, if you try to do this in the version embedded in SAS, it...
  11. bryanbayfield

    PROC PRINT

    Hi all: I'm working my way through Cody's "SAS Programming by Example" as a novice programmer. I'm having a problem using data labels in proc print. I specify "label" at the end of the "PROC" statement. I then specify a "LABEL" statement, assigning...

Part and Inventory Search

Back
Top