script

  1. P

    Problem saving VBScript Script Files

    Hello all, I'm used to Macro program writing but I'm new to VBScript Script Files and I cant seem to find what can be wrong no matter where I look. I have a problem with running this vbs file, getting this error: Line: 7 Char: 1 Error: "Object required: 'application' Code: 800A01A8 Dim...
  2. W

    Macro to check websites ?

    Hello everyone. Is is possible to make macro that can go down list of websites on excel file in Column A and determine if website has a blog and then in Column B script will write Yes or No ?
  3. J

    Comment Section to Categorical Data (Columns)

    Good Morning All, As always, I must start out my posts with a big thank you to everyone who contributes to this forum. So I have a bunch of data in various columns with only one column I need to convert to categorical data. Column H is what I will need the script to focus on. I have a...
  4. J

    Data Find and Sort

    Good Afternoon, Absolutely impressed with the feedback on this forum - hoping I have the same luck again. I have a bit of an issue. I have a worksheet with columns A through AG. All of the data is similar but the column that needs the script to be focused on is column AE. Column AE has random...
  5. D

    How to Underline or Highlight Spelling Errors in Excel

    How can I underline or highlight spelling errors as I am entering text data ? Can I do this without a script? If so please tell me how. If I need a script THANK YOU IN ADVANCE if you would kindly share it with me. Thanks
  6. M

    VBA Combo Box autocomplete issue

    I have a script for my a combobox that is in a userform (GUI). The combo box uses a formula called "DropDownList" that I made to enable a particular type of autocomplete feature to my combo box. My program works as follows: After I start typing in the combo box and it narrows down my search, I...
  7. K

    VBA script for capturing all names of objects on a userform for the purpose having the capability to rename them

    WHAT I AM WANTING TO DO: I have a userform that I use for entry purposes. I have a second form that I use for editing the previous entries. The second form (editing form) largely mirrors the entry form, save for a few additional fields that are not present on the entry form. I recently...
  8. M

    Running VBA script every time a linked cell is updated through a combo box selection.

    So I have an issue in my excel file where I have a cell that is bound with a combo box. Every time the combo box selection is chosen, the linked cell will, of course, automatically contain the contents of the combo box. I then want my VBA script to automatically open an excel file on my desktop...
  9. M

    Running VBA script every time a linked cell is updated through a combo box selection.

    So I have an issue in my excel file where I have a cell that is bound with a combo box. Every time the combo box selection is chosen, the linked cell will, of course, automatically contain the contents of the combo box. I then want my VBA script to automatically open an excel file on my desktop...
  10. I

    Cannot make this script work!!!!!

    Good Saturday to everyone! I have been trying to tweak this script for days, but I am no expert. This script automatically kicks in every time the main Excel file is closed. It should: 1 - Export a sheet called "Master" from the closing Excel file by creating a new one called Master(Progressive...
  11. G

    Saving an Excel File

    We have a spreadsheet on a common computer that many users input data on throughout the day. Occassionally, the spreadsheet will be left open (but not saved) at the end of the day. We have a script that moves todays file every evening into a completed folder and copies a blank file for use the...
  12. I

    Can anyone correct this Create PDF script?

    Hello, I have been fiddling with this script for hours: Sub MakeInvoice_PDF() ' Make_PDF Macro from Invoice data in specific folder "\Invoicing\PDF Files\" With ActiveSheet.PageSetup .Orientation = xlPortrait .PrintArea = "$A$1:$G$56" End With ActiveSheet.ExportAsFixedFormat, _...
  13. C

    VBA Script To Copy & Paste Values & Formatting To First Empty Row

    Hi folks, I'm looking for a VBA script that will copy & paste values & formatting to first empty row, The range I want to copy will contain values generated by formulas but I want to copy and paste them as values & not formulae, Also I would like to paste the data with formatting into the first...
  14. B

    File Path Variable

    I have a workbook that processes data and puts it into a usable format for people in my department. The workbook pulls data from about 12 other workbooks. Currently, my script points to a location on my hard drive. I'd like the file location to be a variable so...I can hand this workbook off...
  15. R

    Need help with VBA code. Many thanks in advance!

    This is a modified script from this forum and it serves it purpose well. But I the issue I am having now is that currently the script copies a bunch of values from a DIR and paste it in the main worksheet. But in this the DIR the tab names of the sheet varies so the code breaks when it...
  16. J

    Data Sorting VBA/Code

    Hello Friends, So this might be an easy solution and I usually have great success with this forum so thank you in advance! I have a data set in columns A-T. I need to sort on column F, same unique identifier through rows 2-128. Each row has different data after column I and I need to bring up...
  17. M

    Using VBA to interact with a pre written Shell Script

    Hi there, I have a script which interacts with excel and does some "stuff" - I now want to create a macro which will use this script and do some other "stuff" after it is completed. Can I create a module which will call this script to run? The script name is - missingprice_check_v4.sh and is...
  18. A

    feeding url from activeCell doesn't work

    Hi, i'm trying to write simple script to check webpage status. And i have a problem with feeding url address from active cell. Public Function GetServerResponse(url As String) As Integer On Error Resume Next With CreateObject("WinHttp.WinHttpRequest.5.1") .Open "GET", url...
  19. C

    Not just declare variable but set names etc for entire workbook????

    Ok, So I have a lot going on in this workbook and just trying to clean up all the script etc in this workbook and wanted to know if it is possible to declare everything below ALONG WITH Setting everything so when I get to the codes I dont have to "Set" anything just use the code like...
  20. C

    excel vbscript for command button to retry script

    So my workbook has a lot of script in it and I use "Bundles" of script to perform big functions, one such function that resides in a bundle of scripts reaches to SAP through GUI Scripting and pulls data. It is set to use an active window not with hard coded user and password info so if the user...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top