•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the MS Access and FileMaker Pro section within the Web Development category of DaniWeb, a massive community of 391,594 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,669 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our MS Access and FileMaker Pro advertiser:
Views: 3885 | Replies: 0
![]() |
•
•
Join Date: Dec 2005
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
I have a macro that copy-paste from a sheet to another... in that file i need to change the name of the sheets all the time, but the macro code does not understand that and gives me error...
Sub Copiar3()
'
' Copiar3 Macro
' Macro gravada em 02-12-2005 por Henrique Pinho
'
'
Range("B8
9").Select
Selection.Copy
Sheets("Acção2").Select
ActiveWindow.SmallScroll ToRight:=-3
Range("D1").Select
ActiveSheet.Paste
ActiveWindow.SmallScroll ToRight:=3
Range("E7").Select
End Function
this is name of the sheet! but when i change it, it keeps the same here! any solutions??
ps: the strange names are in portuguese!
Sub Copiar3()
'
' Copiar3 Macro
' Macro gravada em 02-12-2005 por Henrique Pinho
'
'
Range("B8
9").SelectSelection.Copy
Sheets("Acção2").Select
ActiveWindow.SmallScroll ToRight:=-3
Range("D1").Select
ActiveSheet.Paste
ActiveWindow.SmallScroll ToRight:=3
Range("E7").Select
End Function
this is name of the sheet! but when i change it, it keeps the same here! any solutions??
ps: the strange names are in portuguese!
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb MS Access and FileMaker Pro Marketplace
- Favorite Distro (Getting Started and Choosing a Distro)
- Cannot Ping or connect to shares on PC, however the PC can ping other PC's... (Networking Hardware Configuration)
- Saving Excel Spreadsheet using ADO.net gives inconsistent results (C#)
- Conflicting javascript slideshows on same page (JavaScript / DHTML / AJAX)
- Using Microsoft Excel 10.0 Libary Object -Dang .dlls (C#)
- OK; Strange Question here (C#)
- Changing an interest rate (once) on an Excel Spreadsheet (Windows Software)
Other Threads in the MS Access and FileMaker Pro Forum
- Previous Thread: Database Synchronization
- Next Thread: I get error in access reports eith this =INT(Sum Of QUANTITY_SHIPPED)sez missing oper


Linear Mode