Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

true power of MS excel. update: PowerBI

Re: MS excel reportings, presentations, and vba helping thre

i-clarrify ko lang. Today() displays date *ONLY*. Now() displays date & TIME. Using Now(), if formatted as DATE - date will be displayed, if formatted as TIME, time will be displayed as shown in my letter C example.

@kirby21
No problem :)

korak. hahaha. galing mo sa macro.

- - - Updated - - -

yes sir, same padin po ung pinag uusapan natin na file. di po ba pwede na kagaya ng sa masterlist encoding un na pag merong cancelled mapunta siya sa isang sheet, na lahat ng cancelled nandun.

pwede talaga yun. kaso. masisira yung report mo sa master list. di mo makukuha yung exact net sales mo.

- - - Updated - - -

sir thank you.. kailangan ko to pahingi naman ng tutorial na nakalagay lang sa ms word masyadong mabilis di ko masundan..

wala naman po ako MS word.

- - - Updated - - -

pa BM aq TS..laking tulong nito :salute: keep it UP!
Subscribe ako dito sir... salamat sa thread mo im sure marami kami na ngangalangan nito.

thank you sir dami pa tyo ilalagay na tutorial.
 
Last edited:
Re: MS excel reportings, presentations, and vba helping thre

ito guys, gusto nyo ba talaga matuto sa excel as well as tips & tricks para sabay-sabay tayo matuto.

http://contextures.com/
 
Re: MS excel reportings, presentations, and vba helping thre

salamat sa pagsagot medyo nasolusyonan na.. kaso ask ko lang bat lahat ng cell na u-update.. ang balak ko sana kunware sa cell1 nag timestamp ako.. tapos sa cell2 nag timestamp ulit ako.. dapat magkaiba ng oras yung nsa cell 1 at cell 2 kaso ang nangyayare pagka lagay ko ng timestamp sa cell2 na u-update din yung nasa cell 1..
 
Re: MS excel reportings, presentations, and vba helping thre

salamat sa pagsagot medyo nasolusyonan na.. kaso ask ko lang bat lahat ng cell na u-update.. ang balak ko sana kunware sa cell1 nag timestamp ako.. tapos sa cell2 nag timestamp ulit ako.. dapat magkaiba ng oras yung nsa cell 1 at cell 2 kaso ang nangyayare pagka lagay ko ng timestamp sa cell2 na u-update din yung nasa cell 1..

dapat kasi iremove yung formula at ipaste mo sya as values para hindi magupdate.try this.try lang ha. hehehe

activecell.Copy
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks:=False, Transpose:=False
 
Last edited:
Re: MS excel reportings, presentations, and vba helping thre

Pa bm muna ts baka magamit ko to in the future
 
Re: MS excel reportings, presentations, and vba helping thre

wow ang galing ahhh.. salamat nito master

update pa po master
 
Re: MS excel reportings, presentations, and vba helping thre

ganda nito TS pa BM muna ha Salamat!
 
Re: MS excel reportings, presentations, and vba helping thre

Pa-bm ts, magagamit ko tong thread na to. .salamat po!
 
Re: MS excel reportings, presentations, and vba helping thre

Sub save()
'Application.ScreenUpdating = False
Dim lastrow As Integer
Dim nextrow As Integer
Dim m As String
Dim data As String
Dim form As Long
form = Sheets("db").Range("d2").Value
For nextrow = 5 To 24
If Cells(nextrow, 3) <> "" Then
m = Cells(nextrow, 2).Text
lastrow = Sheets(m).Cells(Cells.Rows.Count, 1).End(xlUp).Row
For a = 3 To 8
data = Cells(nextrow, a)
Sheets(m).Cells(lastrow + 1, a - 2) = data
Next
form = form + 1
End If
Next
Sheets("db").Range("d2").Value = form
Range("c5:g24").ClearContents

MsgBox "Succesful!"
'Application.ScreenUpdating = True
End Sub

pano po ba i-edit ung vba code nato to save po ung record from mastersheet to a certain sheet, ang criteria po is cancelled. then ung sheet po na un is cancelled din, eto code po kasi i think is based po sa date, meron po kasi ako mastersheet, then meron ako sheet per months, each time na mag add ako record sa mastersheet, automatic pag save ko nililipat un based on the date, eh meron po kasi ako new criteria, pag cancelled po ung isang record, hindi ma-se-save sa month na sheets, mapupunta siya sa cancelled na sheet.
 
Re: MS excel reportings, presentations, and vba helping thre

...pano po ba i-edit ung vba code ...

If you don't understand the code, by TRIAL and ERROR method. Wag ka matakot magpalit-palit ng code. Basta gawa ka muna ng backup ng Workbook mo. This is one way of learning.

Kung ilalagay mo sa Cancelled sheet, you said You Think based sa date kung bakit napupunta yung record/s sa corresponding month sheet. So anong line sa code na pinost mo na sa tingin mo ang dahilan bakit napupunta sa isang month sheet??? Yun ngayon ang titignan mo vs. dun sa kinukuhanan niyang worksheet. Kaya ika-counter check mo yung code na pinost mo dun sa code kung saan siya naka-based na worksheet.
 
Re: MS excel reportings, presentations, and vba helping thre

m = Cells(nextrow, 2).Text --- this code will tell which sheet it should be transferred

Sheets(m).Cells(lastrow + 1, a - 2) = data --- and this code will transfer the data.

kaya m ang nilagay ko kasi month. :lol:
 
Re: MS excel reportings, presentations, and vba helping thre

ah. ayun nga sir kirby, inaaral ko nga ung code mo dami ko pa kasi gusto gawin sa file, gusto ko na ngaun mag karuon ng sheet na nandun lahat nakasave ung mga ginawa ko, regardless of month, and if cancelled din siya, para makita ko as basis ung mga inencode ko.

maraming salamat boss ah
 
Re: MS excel reportings, presentations, and vba helping thre

ah. ayun nga sir kirby, inaaral ko nga ung code mo dami ko pa kasi gusto gawin sa file, gusto ko na ngaun mag karuon ng sheet na nandun lahat nakasave ung mga ginawa ko, regardless of month, and if cancelled din siya, para makita ko as basis ung mga inencode ko.

maraming salamat boss ah

press f8 continously para makita mo slowly kung pano sya tumakbo.
view mo lang yung code tapos f8 ka lang ng f8. sa cells(nextrow, 2) meron kasi nakatago na formula dun. sya ang nagsasabi kung anong month ang inencode mo.
cells(row#, column#) --- yan ang ibig sabihin nyan.
 
Re: MS excel reportings, presentations, and vba helping thre

ahh,, ibang iba kasi ung code niyo sir eh, iba kasi ung nakikita ko na code regarding sa pag lipat ng data sa ibang cell eh. at hirap din intindihin ehehe
 
Re: MS excel reportings, presentations, and vba helping thre

ahh,, ibang iba kasi ung code niyo sir eh, iba kasi ung nakikita ko na code regarding sa pag lipat ng data sa ibang cell eh. at hirap din intindihin ehehe

medyo malilito ka lang sa logic. kasi ginamitan ko ng formula at VBA pareho. pero kung marunong ka na sa vba madaling lang basahin yan.
 
Re: MS excel reportings, presentations, and vba helping thre

Mga sir, ano kaya nangyari dito sa VBA program ko at bigla nlang nagka error ng ganito: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus. At saka hinde naman po ito ganito dati..
 
Re: MS excel reportings, presentations, and vba helping thre

Mga sir, ano kaya nangyari dito sa VBA program ko at bigla nlang nagka error ng ganito: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus. At saka hinde naman po ito ganito dati..

pwede mo attach?
 
Re: MS excel reportings, presentations, and vba helping thre

Ito napo sir, im sure marami kayo ma e suggest dyan sa mga ginawa.

salamat po sa reply nyo...
 

Attachments

  • Unit Monitoring Form.rar
    914 KB · Views: 1,375
Back
Top Bottom