Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-15-2012, 04:37 AM
ibrahimaa ibrahimaa is offline Create/delete New worksheet Windows Vista Create/delete New worksheet Office 2007
Advanced Beginner
Create/delete New worksheet
 
Join Date: May 2011
Posts: 35
ibrahimaa is on a distinguished road
Default Create/delete New worksheet


I have tested code to create new workbook and it worked fine. How can I edit the following code to create & delete a new worksheet? I appreciate your support. Thank you.

Code:
Sub getvalue()
Dim Path, Myrange, ShName, Wb As String
Path = "\\ABC"
Wb = "Report-1c-Server.xlsx"
Myrange = "A9:C9700" 
Workbooks.Open Filename:=Path & "\" & Wb
 With ThisWorkbook.Sheets("EXHIBIT 6-A") 
 .Activate
Select Case ThisWorkbook.Sheets("EXHIBIT 6-A").Cells(6, "G")
Case 7
I want Create a new worksheet here 
ShName = "Aramco-MP-July"
ActiveSheet.Cells(9, "A") = Application.VLookup(ActiveSheet.Cells(5, "J"), Workbooks(Wb).Sheets(ShName).Range(Myrange), 3, False)
Case 8
ShName = Sheets("Aramco-MP-Aug")
ActiveSheet.Cells(21, "A") = Application.VLookup(ActiveSheet.Cells(9, "J"), Workbooks(Wb).Sheets(ShName).Range(Myrange), 5, False)
I want delete a new worksheet here 
Case Else
End Select
End With
Workbooks(Wb).Close , savechanges = True
End Sub  
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Delete option greyed out when trying to delete row 1 tpcervelo Excel 2 11-15-2011 06:48 AM
Create/delete New worksheet How to delete page not worksheet? rec Excel 6 05-20-2011 08:51 PM
delete email message via blackberry and have it delete on my pop3 and my outlook Iamthestorm Outlook 2 10-28-2010 12:21 AM
Create/delete New worksheet Can I use a formula to name a worksheet? nolesca Excel 3 06-07-2010 04:02 PM
Create/delete New worksheet Worksheet copying? markg2 Excel 4 01-07-2010 10:08 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 11:50 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft