I'm trying the write a peiece of code that verbally noticifies the user of the sender of a incoming message
but I'm stuck with not know the object name for a newly recieved email
code I have so far is:
Set myItem = Application.NewMail
bob = myItem.SenderName
UserForm1.TextToSpeech1.Speak "you...
I'm using the following code to enter the time on a goup of cell, is there any way on limiting it'll only work in cells C4:D34?
Private Sub Workbook_SheetBeforeDoubleClick(ByVal Sh As Object, ByVal Target As Range, Cancel As Boolean)
Selection.Value = Time
End Sub
I trying to write a code that when you close close
workbook1, if the userform in workbook2 is not active then activate it.
My only problem is I don't know how to reference the userform in another workbook
I'm trying to write a script that depending on theier IP address the link will change to a different website.
I only normaly wirte in VBA, so as you can guess the code below doesn't work!!! any ideas on what I'm doing wrong?!?
<HTML>
<HEAD>
<TITLE></TITLE>
<SCRIPT LANGUAGE="JavaScript">...
I'm in the process of writting a macro to a number of cells into another workbook.
the only problem I'm having that the Macro I'm writing needs to find the row it's self before it able of copy the Data. What I need to do is to copy Cells on the Active row from A to D collumn. but I stuck!!
I...
I have written a Macro so when it runs it reads the daily totals of a report using Text to speech.
I just the quick question is it posable to change the default male voice to a female one?!?
================================================
Application.ScreenUpdating = False
Workbooks.Add...
I am trying to wirte a marco to save a page of a work book in to html format. I thought I could do it the easy way and just record the macro, but the DivID changes each time you open the document.
Does anyone know how to find out the DivID
I'm have 5 buttons each of which open a menu item the same as the one below in a menu frame. but the problem is that once you have a menu in the frame. you can't open another one. Any Idea how this can be change (PS I'm not very good with Java)
<html>
<head>
<title>Cascading Menu</title>...
I'm have 5 buttons each of which open a menu item the same as the one below in a menu frame. but the problem is that once you have a menu in the frame. you can't open another one. Any Idea how this can be change (PS I'm not very good with Java)
<html>
<head>
<title>Cascading Menu</title>...
I'm have 5 buttons each of which open a menu item the same as the one below in a menu frame. but the problem is that once you have a menu in the frame. you can't open another one. Any Idea how this can be change (PS I'm not very good with Java)
<html>
<head>
<title>Cascading Menu</title>...
Does anyone know how I save save an excel workbook while I'm viewing it in Internet explorer. I know you can do it when you go to close by I don't what that.
I would like a save button or an auto save or something.
Can any one help??
Thanks
T
I have formulars in a sheet which workout the begin and end date of the weeks in a month. unforunatly this info almost spreads itself randomly across the page.
So I have a macro which copies the data and puts it in a cell. I use the number to create a week total in a report. with the code...
I have a workbook which is link to many other workbooks,
everytime I go to open the workbook which is filled with external data I get this message 'do I want to update the external data'.
This is ALWAYS answered yes, does anyone know how to make is automatic click yes?!?
I've tried...
I've written an Excel sheet that displays the begin and end date of each week in the current month. unfortunaty these result are almost ramdomly placed in a collum, and are of little use as I still have to put in the information in a cells I want it in by hand.
does anyone know if there is a...
I'm having problem with a Excel VBA marco I'm writting, but I need VBA to tell me when the beginning and the end of every week in the current month.
At the moment I have it going through an input box, but I want to cut out Human error.
Can anyone help me
Thanks
Terry
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.