dest

  1. G

    How do I break links

    Hi I have part of a macro shown below that moves files into a new subfolder that ive created in a folder called backup. It saves the workbook as NEWSUMMARY1.XLS no problem but im then trying to break the links after the file moved. Any Ideas? Sub PERIODEND() Dim sName As Variant...
  2. G

    Macro has a compile error and cant work out why

    Hi I have the following macro and keep getting a compile error. Any Ideas? Sub test() Dim sName As Variant, bFolder As String, dest As String sName = InputBox("Subfolder name") If sName = "" Then Exit Sub bFolder = "X:\backup" If Dir(bFolder & "" & sName...
  3. D

    Linking connectors by a larger connector

    Hi all, I'm trying to find the lines of code to link the little connectors to a single one. Here is what I have currently, where the cells above represent the items b of a listbox 2, with a connector for each item, then below there is a cell that contain the value of a textbox. Currently...
  4. W

    Column width in VBA

    Hi I have a VBA script were a range of cells are saved in a new xlsx file. The VBA script works fine on only one thing. How do I save also the column width and row height from the original file to the saved file? At this moment I have this script: Option Explicit Sub SaveXLSX() Dim...

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