Re: Macro To Delete
Sorry, should have tried a better search. I just kept getting macros to delete stuff, and not the macro itself. Roy is right. Trust must be changed.
Re: Macro To Delete
Sorry, should have tried a better search. I just kept getting macros to delete stuff, and not the macro itself. Roy is right. Trust must be changed.
I am running some macros, but at the end of the macro running i want it to delete itself. Is that possible?
Re: Internet Explorer Buttons
this is the javascript describing the button.. i need the vba to click the button.
Re: Internet Explorer Buttons
I dont think so.. its not VBA.
Hi, im working on a project that has exposed myself to something. I am familiar with navigating through many IE websites in VBA, but this one has me stumped. I have entered all my information via code, and now I need to progress to the next screen. Here is the button I need to click. All help is greatly appreciated. Thank you.
<button name="btnRunSearch" accesskey="R"
class="actionButtonBold"
onclick="CSWCSC_runSearch(this.form)" onkeypress="return CSWCSC_submitenter(this,event)"><U>R</U>un Search</button>
Is there a in vba to populate a form that has textboxes and such with labels from each column. Say i had a spreadsheet with data in it from a-az. Each column had a heading and I wanted to view that information in a form on line at a time. Column a would house the information i would want to select to view the rest by. if contents of cell a5 was 1, and i selected 1, then i would want all the information from b5-az5 to show in the boxes on this form. can this also be editable so i can submit changes?
This is something that would be very useful. I know i can use data>form to create a form to view with, but what about one to select and edit?
Re: Slow Down Macro
im sorry.. its working fine now.. i opened it through a shortcut which opened it in explorer and that cause the delay. thanks for your help.
How do i attach an excel worksheet to the word document without it inserting the text from the excel file. I want it to show as a file you can click and open.
Re: Password Protection Throght A Sheet
its lookin like you havent defined rcl other than setting it as a range, but no range value.
can you post a link to where you got this from?
Re: Password Protection Throght A Sheet
can you explain your objective with this workbook/project?
Re: Password Protection Throght A Sheet
what error are you getting?
Re: Open Folder
not working for c:\my data
I know this is simple, but im having problems finding it in search. Im using the Shell method to open files, but how to open folders?
Hi, I have a program in vba that uses an access table for its data. One of my columns identify's if the program went as planned with no errors, and another column identifies if the output was as intended. I am not very skilled with access, but I know alot of vb/vba code. Should I do my reporting based on those two columns in access or excel? How do I get either one to create an actual report?
i do realize my question is vague, but so is my experience.
Re: Checkbox Format Inconsitent In Userform
Under form properties>Categorized>Font.. You need to click on that option and change it from bold to whatever you like.
Re: Copying A Range From One Worksheet Into An Area In Another Workbook
Have you tried setting the column it is pasting in to date format?