$$Excel-Macros$$ Help with saveas file code

2015-08-09 Thread gargee singh
Dear Experts,

 

I have this code which opens the saveas dialogue box and prepopulates the
file name and the extension type which then allows the user to select a folder
to save the file.  

 

I want to be able to save the file in my documents without asking the user
to select a folder , the catch here is that the file will be used by different 
users
and I don’t have the path for each of them. I tried using
application.defaultfilepath but have not been able to make it work with the
combination of a dynamic name as below.

 

Sub etsaveformat()

  Dim namea As String

  Dim nameb As String

  Dim namec As String

  

  namea =
Range(i1).Value

  nameb =
Range(j1).Value

  namec =
Range(k1).Value

  

  With
Application.FileDialog(msoFileDialogSaveAs)

.InitialFileName = namea 
nameb  -  namec

.FilterIndex = 1

If .Show Then .Execute

  End With

End Sub

 

Thanks for the help in advance. 




Thanks and Regards,
Gargee Singh
 
  

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


$$Excel-Macros$$ AUTOMATED PRIORTITY LIST

2015-08-09 Thread Bill Q
Hi, 

Please see attached. I am not good at coding. Hopefully, one of you can 
easily do this. I believe that it is relatively easy.

I looked at many other templates out there. Unfortunately, I found nothing 
that suites my needs as much as I envision this.  

PSA.

1. Row 2 is where you would enter you new priority take. 
2. You would assign a number to it.
3. Press enter after you assign the priority - and it automatically sorts 
itself with the rest of the list.From lowest to highest.

4 If a new task is entered with an existing priority of another task (say 1 
for example) - the new task will become 1, the old 1 will become 2 and so 
forth.
5.Must have the ability to re-prioritize existing prioritize and have it 
again resort itself. 

Looking forward to some creative responses.

Many thanks.

 
  

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


PRIOITY PROJECT 001.xlsx
Description: MS-Excel 2007 spreadsheet