CARVIEW |
Select Language
HTTP/2 200
date: Mon, 13 Oct 2025 02:43:09 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=03148aff1619a46681a94063c4fb7eff69993cb004c46466fac9c6560d74c17ea%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22rAcsLLQoAdj-TCOn6sb7A9nGdsMzOC9h%22%3B%7D; HttpOnly; Path=/
cf-ray: 98db7ce089968087-BLR
Dim i As Integer Dim nbT As Integer 'tri sur colonne POI - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Dim i As Integer
- Dim nbT As Integer
- 'tri sur colonne POI
- Worksheets("OPX inter").Select
- Rows("1:1").Select
- Selection.AutoFilter
- ActiveSheet.Range("$A$1:$L$65536").AutoFilter Field:=7, Criteria1:="<> "
- Cells.Select
- Application.CutCopyMode = False
- Selection.Copy
- 'Ajout d'une feuille "SIAT"
- Sheets.Add After:=Sheets(Sheets.Count)
- ActiveSheet.Name = "OPX"
- Worksheets("OPX").Select
- Range("A1").Select
- ActiveSheet.Paste
- 'tri sur colonne affect metier
- Worksheets("OPX inter").Select
- Worksheets("OPX inter").AutoFilterMode = False
- Application.CutCopyMode = False
- nbT = WorksheetFunction.CountA(Columns("A:A"))
- For i = 1 To nbT
- If Cells(i, 7).Value = "" Then
- If Cells(i, 8).Value = "IPE*" Then
- Cells(i, 8).EntireRow.Copy
- Sheets("OPX").Select
- Range("A1").End(xlDown).Offset(1, 0).Select 'marche pas du tout à ce niveau là
- ActiveSheet.Paste
- End If
- End If
- Next i
Advertisement
Add Comment
Please, Sign In to add comment
-
⚡ Crypto Swap Glitch ✅ Working ⚡
JavaScript | 2 sec ago | 0.24 KB
-
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 6 sec ago | 0.15 KB
-
📌 Instant BTC Profit Method ✅ Working L
JavaScript | 11 sec ago | 0.25 KB
-
💡 Instant BTC Profit Method ✅ Working
JavaScript | 11 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 17 sec ago | 0.15 KB
-
✅ Make $2500 in 20 minutes⭐ 6
JavaScript | 19 sec ago | 0.25 KB
-
⭐⭐⭐Instant Profit Method⭐⭐
Java | 28 sec ago | 0.15 KB
-
📌 Swapzone +37% glitch ⭐ 3
JavaScript | 28 sec ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand