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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.