Hi all!
I have a question..
I recorded a macro that deletes the first column from a spreadsheet (its the last spreadsheet in the workbook). I shift all the cells left. Then I delete columns B thru G. What I am after is the data in column 2 from the original columns. It worked fine. I then...
I create a new workbook with the following code.
filenameinfo = "\\ncth3fax1\rightfax\chris\" + workbookname
Set newbook = Workbooks.Add
Application.DisplayAlerts = False
With newbook
.Title = ActiveCell.Value
.SaveAs filename:=filenameinfo
End With
If i...
I have actually done this before, now I cannot remember how.
I want to make my own toolbar (toolbox.. whatever you want to call it) that floats around the worksheet similar to is I did view --> toolbars --> Control Toolbox.
Anyone know how to do this?
Thanks! :)
Chris
I have an application that searches for the attached modem and uses it to dial out.
I have a modem and telephone line installed. When using Hyperterminal or Dialup connections, I can use the modem to dial a site and connect and log in.
if i try to use the application, it gives me an 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.