Here's what I have..
SearchText = searchBoxtext.Value
With ActiveSheet.QueryTables.Add(Connection:=Array(Array( _
"ODBC;DefaultDir=C:\newsystest;Driver={Microsoft Text Driver (*.txt; *.csv)};DriverId=27;Extensions=txt,csv,tab,asc;FIL=text;MaxBuffe" _
), Array(...
First..I'm new to VB and macros.
And I'm just looking for some help to get started in the right direction.
Here's what I'm trying to do.
I have some CSV files that I want to query based on a user input in a textbox and I want the query results to be displayed in a combobox. I need this to happen...
I have a spread sheet with several sheets. I want to --From another excel file-- get all the sheet names and list them in a combo box via a macro. Is this possible?
Hi,
Here is waht I have:
use strict;
use Tk;
my $mw = MainWindow->new;
my $width = "1024";
my $height = "768";
$mw->geometry("$widthx$height+0+0");
$mw->title("WOProj");
MainLoop;
The geometry line should make the window width=1024 height=768.
but I...
Hi,
here is what Tk::Canvas doc says;
$canvas-gtpostscript(?option, value, option, value, ...?)
here is what I have;
use strict;
use Tk;
use Tk::Menubutton;
use Tk::Canvas;
my $wow = MainWindow->new;
$wow->title("Printing");
my $wocanvas = $wow->Canvas(-width=>200,-height=>110...
HI,
I can’t figure out how to do this:
I need to build a database like this,
key = colors=>
color1 => red
color2 =>blue
color3 => black
ect…
key = shapes=>
shape1 => oval
shape2 => square
shape3 => circle
ect…
ect...
I need to search on key and return each item separately when...
here is the script that works but I would need to enter about 500 if else statements and the same number of totals. Is there a way I can shorten the script?
---------------------------------------------
function total() {
var totals = new Array();
if (document.total.pic1001){
totals[1] =...
I have 2 frames the top frame displays an jpg file (the url of the frame is the path and file name of the jpg). the bottom frame has a form with a hidden text box. I need to set the value of the text box to the url of the top frame each time the bottom frame is reloaded. I can set a variable to...
Hi,
Is there a way to set the value of a cookie based on an image loaded within a frame?
I have this
{setCookie("someimage", parent.imageside.location.href);
but the "location.href" will not load the image when I call the cookie in a form.
thanks
paul
Here's what I have..
An image(1001.jpg)displayed in a frame.
And a button to set a cookie.
Here's what I'm trying to do...
When the button is clicked I want the cookie name set to whatever(the name I can change later if I need to) and here is the hard part I need the value set to the image...
I have several text boxs that display a number (subtotal)and I need to add all the (subtotals) and display that number in another textbox. Is this close??
form.text1box.value = form.text2box.value + form.text3box.value....I know it's not right I get NaN error.
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.