Hi all,
I have a question regarding Vlookup, or maybe another feature i could us to search for a value in a cellrange.
Problem:
--------
In sheet 2 column A: i have cells containing text.
Ex. A1: Not pickled E10 instant devorced
A2: Foreseen in B30 always there
A3: ...
B1: P1114...
i've tried to write a simple piece of code, that puts the current date into a textboxfield.
The current date should be written like this : 20062404
This is what i have so far:
<form name="Date">
<input size=20 maxlength=75 type='text' name='TodayDate' value=""></form>
<script...
I have found a script on the net that attaches a stylesheet to an .html document depending on the screen size of the user.
Exactly what i needed, but unfortunately, not working.
I've pasted it in the head of my html:
var winW = 0, winH = 0;
if (parseInt(navigator.appVersion)>3) {
if...
Hi all,
I have found this script on the net, and tried to impliment this to my project, but i can't seem to figure out why it's not working.
this script is set to check if OWC exists, and if so, what version. Depending on this info, it should display the related messagebox.
<script...
I have a question regarding a javascript that i have attached to my html.
Everything works well, except for the moment on which the javascript such function.
This is the problem:
I have an external javascript, set to launch the last page visited based upon a cookies information.
I've...
I have a link on my page that should go to the previous page in history and refresh that page.
This is how i try to make it work
<a href="<%=referer%>"onclick="location.replace(this.href,true);return false;">BACK</a>
This doesn't work.
Does anyone have an idea why?
I have a question regarding a "back"-item i use on my asp-pages.
What it should do is load the previously opened page.
Example:
I have a page called database.asp, that contains some links.
One of the links is for example index1.asp.
A 'Back'-command on the index1.asp would load the...
In reference to my previous posting about history.back with password that can't work, i may have found a way around somehow.
Is it possible with javascript to open a page based upon the last url in the history list?
Example:
i'm on the page index.htm
The previous page i've loaded is test.htm...
Hi all,
I have a question regarding a "go-1-page-back"-item on my asp-pages i'm using.
i now have the following code in my asp-page:
<p ALIGN="left"><a HREF="javascript:history.back()" class="style2">Back</a>
This works fine, however, the page in the history list, is always a password...
Hi all,
I have a question regarding a script i'm using.
The following script is set to launch an msaccess macro:
Sub GetAccess()
Application.DisplayAlerts = False
Application.ScreenUpdating = False
Application.StatusBar = "Working in MS Access"
Dim MyAccess As Object
Set...
Hi all,
I have a script that is set to launch an ms access macro from within an excelsheet.
this is the code:
Sub GetAccess()
Application.StatusBar = "Working in MS Access"
Dim MyAccess As Object
Set MyAccess = CreateObject("Access.Application")
MyAccess.OpenCurrentDatabase...
Hi all,
I have a question regarding adjusting a script.
The following script reads the cells in column A, and copies the corresponding foldernames from a networkpath to the location of the current workbook.
I would like to change the destination folder (as for now the current workbook) into...
I all,
I have a question regarding this script
Sub wrapper2()
x = 1
Set fs = CreateObject("Scripting.FileSystemObject")
While Sheets("folderlist").Cells(x, 1) <> ""
v = InStrRev(Sheets("folderlist").Cells(x, 1), "\")
dest = ActiveWorkbook.Path & Mid(Sheets("folderlist").Cells(x, 1), v, 99)...
I'm a total newbie when it concerns VBA coding, so maybe one of you could help me out getting this script on the right track.
I have found the following code:
Sub Rectangle1_Click()
Dim n1 As String
Dim n2 As String
p = "C:\Documents and Settings\Desktop\"
n1 = p & "\" &...
I'm a total newbie when it concerns VBA coding, so maybe one of you could help me out getting this script on the right track.
I have found the following code:
Sub Rectangle1_Click()
Dim n1 As String
Dim n2 As String
p = "C:\Documents and Settings\Desktop\"
n1 = p & "\" &...
I have a question of which i have no idea if it can be accomplished.
The following script shows me all files that are in the folder "/here/okido/", as link on an .asp page.
Quote:
<%
dim IISFOLDER
IISFOLDER = Server.MapPath("/Here/okido/")
Dim fso, folder, File, Files, sFileDetails
Set fso =...
I have a problem i can't seem to solve. Maybe one of you could help me out with this.
On a page that is already opened in an iframe called "Mainframe", i have a button that has a javascript function attached to it:
onclick="var w = window.open('../Partitions/' + this.form.txtlink.value...
I have a question regarding a script i would like to use, but i have no idea if it can be accomplished.
Maybe one of you scripting experts could tell me straight away wether this is worth searching for or not.
I'm looking for a script, that allows me to copy folders and their files from a...
I have a question regarding a script i would like to use, but i have no idea if it can be accomplished.
Maybe one of you javascript experts could tell me straight away wether this is worth searching for or not.
I'm looking for a script, that allows me to copy folders from a server to a local...
I'm not a script-writer at all, but found this script on the net, that should do exactly what i was searching for:
What it does is showing the files inside a particular folder, as a link (or that's at least, that's what was said).
However, i can't seem to get it to work since i keep on...
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.