Good morning community,
I am retrieving seven values from a saved Invoice to a different Workbook.
I have seven rows, from an invoice, to retrieve the values to columns Q to W in a different workbook.
My paths start on row three as follows (not the complete path but the important elements are...
Option Explicit
Dim wb As Workbook
Dim ws As Worksheet
Dim ws2 As Worksheet
Dim rng As Range
Dim r As Long
Dim i As Long
Dim er As Long
Dim c As Range
Dim sht As Object
Dim wb2 As Workbook
Dim fname As String
Dim fpath As String
Sub printshts()
Set wb = ThisWorkbook
Set ws =...
Dear All
I have and excel file includes records which in column H as range H1 = 360001 H2 = 360002 H3 = 360003 ETC
I asked my clients to save a document in shared folder names with what mentioned above, as a copy of invoice for 360001 named 360001 and the same with the rest
all what i need to...
I have an excel file that needs to reference another excel workbook that is in another location (directory) so file path needs to be included.
I do not want to have to open this external workbook as it is in constant use by another user and it is a large file and slow to open and close etc.
But...
Hello guys, i need some help.
I have to open an Excel file with a macro thanks to a path.
I explained :
I have, store in a variable, this :
[LLD] -[SD2022_LP34.3_WDM_P1_CTA_BRO SAVOIE_EXTENSION_OMEGA]
[LLD] - [NOE]- [SD2022_WDM_P0_NOE_Raccordement-Belfort-RIP-Altitude-Doubs-Dijon_CREATION_RIP]...
Hi, I've got a total of 3 files I'm working and I want to save one of them in the current folder.
For starters, I am brand new to writing VBA so I'm sure this is all wrong.
My process starts with copying a master file called "template" into a customer's folder, the customer's excel file will...
I need help creating a dynamic file reference in Excel (Please let me know the correct terminology as well). Currently, it is
"='[SDR2021_AFG_NN.xls]Forecast NN 29 -- T5B5 -- AFG'!C2"
I want to do something like this:
"='[SDR2021_$P$94_NN.xls]Forecast NN 29 -- T5B5 -- $P$94'!C2"
In cell...
Hello everyone
I have a question regarding the path for a file in a dropbox folder in excel VBA:
Currently, I use
path = "C:\Users\" & Environ("username") & "\PVAP Dropbox\..."
I use Environ("username") because it has to work on multiple computers.
But is it also possible to make a changeable...
Hello all bright minded people, please allow me to ask a question:
I have a complicated excel project that uses Power Query to read data from different directories. To indicate the source I have a drop down menu (with all the sources) and a FilePath named in name manager. The project outputs...
' I need some way to determine whether or not a given file exists. The past couple of days have been spent searching the internet and
' trying different pieces of code I've found. None of them work for me.The second workbook, "MasterDataFile.xlsm" was created by me
' and works okay. The problem...
Hello, I have the following code that I got with the help of this wonderful forum. I have modified a little but it is not working. Would it be possible to get your help?
Private Sub PicToSheet1(picControl, sht As Worksheet)
Dim PCAR As String
CAR = Me.TextBox1.Value
Dim p As String...
Hello Friends,
I need a VBA code to copy all files from a folder located at From Path to a folder located at To Path but only those files which are new or have a modification date other than the files which already exists in To Path.
For example
CASE # 1
There are 25 files in the folder...
I have been using a macro successfully for sometime now, but I have just bought a new machine and I am running W10 and 365 E3 and now the macro will not see the path of the file
The files are all stored in the cloud (Office 365, OneDrive for Business) but are also synced with File Explorer
When...
I was wandering if someone could help me edit the code below to open the pdf in the file that has the letters GGS in the file name?
Public Sub openJOBLIST()
Dim path As String
Dim PDFfile As String
path = "\\hq\dfsdata\Data\UserHomes\jamey.eerson\My Documents\pdf-NEW\Latest...
Hello,
I am running into an issue where when I tried to enter data in access database, it keeps showing up the pop-ups "name of the data.accdb" is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides". I have...
Hello all,
In have a file path saved as the variable "File_Path". Now I want to save a workbook to that path.
I'm using the following code:
WB2.SaveAs Filename:= _ File_Path _
, FileFormat:=xlOpenXMLWorkbookMacroEnabled, CreateBackup:=False
It is not recognising "File_Path" as...
hi sir i have a code here but when i use the path on network the code can't find it but if i use a path not on network it works fine
the Bold code is the network path,
When you install Dropbox, it generates a folder path that incorporates your Windows username. So on my main computer, the path is:
C:\Users\peter\Dropbox\files\
but on my secondary computer (different Windows username but access to the SAME dropbox folder), it's:
C:\Users\david\Dropbox\files\...
Hi guys, i'm not amazing with VBA but can take stuff and change it to suit my requirements, although this code isn't finding the next empty row, it's just pasting data on top of data, so instead of getting 20 rows of data, i'm just getting 1 and it's really infuriating!!
I have a multitude of...
This is what I want to do. Can someone help with code please. Not sure of the correct MAC syntax for the path, used to Drive letters in Windows 10
Select RangeA2 to I44
Use the filename that’s in Cell H10
Save as PDF to Path DATA1\DATA\DROPBOX\\BUSINESS\PDFINVOICE (Filename as in Cell H10)...
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.